diff options
Diffstat (limited to 'community/gitg/PKGBUILD')
-rw-r--r-- | community/gitg/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/community/gitg/PKGBUILD b/community/gitg/PKGBUILD index 1bb606e4e..62ce399e2 100644 --- a/community/gitg/PKGBUILD +++ b/community/gitg/PKGBUILD @@ -8,9 +8,9 @@ pkgname=gitg pkgver=0.2.5 -pkgrel=1 +pkgrel=1.1 pkgdesc='A GIT repository viewer based on GTK+' -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url='http://trac.novowork.com/gitg/' license=('GPL') depends=('dconf' 'gtksourceview3' 'git' 'desktop-file-utils' 'gsettings-desktop-schemas' \ @@ -23,7 +23,7 @@ sha256sums=('d3dfff65834d8371d43b2e91926af1421f8ec2128580dfeceb6925b6b1ce6d8c') build() { cd "${srcdir}/${pkgname}-${pkgver}" - + sed -i 's/ -Werror//' configure ./configure \ --prefix=/usr make |