summaryrefslogtreecommitdiff
path: root/community/gitg/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/gitg/PKGBUILD')
-rw-r--r--community/gitg/PKGBUILD10
1 files changed, 4 insertions, 6 deletions
diff --git a/community/gitg/PKGBUILD b/community/gitg/PKGBUILD
index 68d902e4f..ab5e6a1c4 100644
--- a/community/gitg/PKGBUILD
+++ b/community/gitg/PKGBUILD
@@ -1,17 +1,15 @@
-# $Id: PKGBUILD 88690 2013-04-21 22:17:07Z heftig $
+# $Id: PKGBUILD 99215 2013-10-25 20:50:04Z eric $
# Maintainer: Eric BĂ©langer <eric@archlinux.org>
pkgname=gitg
pkgver=0.2.7
-pkgrel=1
+pkgrel=2
pkgdesc='A GIT repository viewer based on GTK+'
arch=('i686' 'x86_64')
url='https://git.gnome.org/browse/gitg/'
license=('GPL')
-depends=('gtksourceview3' 'git' 'desktop-file-utils' 'gsettings-desktop-schemas' \
- 'hicolor-icon-theme')
+depends=('gtksourceview3' 'git' 'desktop-file-utils' 'gsettings-desktop-schemas')
makedepends=('intltool')
-options=('!libtool')
install=gitg.install
source=(ftp://ftp.gnome.org/pub/GNOME/sources/gitg/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz)
sha1sums=('7b1428819666e4797d64dc94bb1624d5e7b75e6a')
@@ -19,7 +17,7 @@ sha1sums=('7b1428819666e4797d64dc94bb1624d5e7b75e6a')
build() {
cd ${pkgname}-${pkgver}
./configure --prefix=/usr
- make
+ make WARN_CFLAGS="-Wall"
}
package() {