diff options
author | Nicolás Reynolds <fauno@endefensadelsl.org> | 2014-03-02 03:22:51 +0000 |
---|---|---|
committer | Nicolás Reynolds <fauno@endefensadelsl.org> | 2014-03-02 03:22:51 +0000 |
commit | 20baa30c3c0e442a770f2906d12784ab7ef719ec (patch) | |
tree | 556ba62fdd6b003ab007c814825e00ed1d3f9e44 /community/gitg | |
parent | e326bc7715fc98496e1c1c7bf8335d93b83f1ffa (diff) |
Sun Mar 2 03:20:04 UTC 2014
Diffstat (limited to 'community/gitg')
-rw-r--r-- | community/gitg/PKGBUILD | 14 |
1 files changed, 8 insertions, 6 deletions
diff --git a/community/gitg/PKGBUILD b/community/gitg/PKGBUILD index ab5e6a1c4..90acc7100 100644 --- a/community/gitg/PKGBUILD +++ b/community/gitg/PKGBUILD @@ -1,18 +1,20 @@ -# $Id: PKGBUILD 99215 2013-10-25 20:50:04Z eric $ +# $Id: PKGBUILD 106380 2014-03-01 19:26:09Z bpiotrowski $ # Maintainer: Eric Bélanger <eric@archlinux.org> pkgname=gitg -pkgver=0.2.7 -pkgrel=2 +pkgver=0.3.2 +pkgrel=1 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') -makedepends=('intltool') +depends=('gtksourceview3' 'git' 'desktop-file-utils' 'gsettings-desktop-schemas' + 'libgit2-glib' 'gobject-introspection' 'libgee' 'json-glib' 'webkitgtk' + 'libpeas' 'gtkspell3') +makedepends=('intltool' 'vala') install=gitg.install source=(ftp://ftp.gnome.org/pub/GNOME/sources/gitg/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz) -sha1sums=('7b1428819666e4797d64dc94bb1624d5e7b75e6a') +sha1sums=('01dc89fab5b66a6917755ae9ded20e923290353f') build() { cd ${pkgname}-${pkgver} |