[arch-commits] Commit in gitg/trunk (PKGBUILD)

Bartłomiej Piotrowski bpiotrowski at nymeria.archlinux.org
Tue Feb 25 15:38:08 UTC 2014


    Date: Tuesday, February 25, 2014 @ 16:38:08
  Author: bpiotrowski
Revision: 106223

upgpkg: gitg 0.3.2-1

new upstream release

Modified:
  gitg/trunk/PKGBUILD

----------+
 PKGBUILD |   12 +++++++-----
 1 file changed, 7 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2014-02-25 15:25:23 UTC (rev 106222)
+++ PKGBUILD	2014-02-25 15:38:08 UTC (rev 106223)
@@ -2,17 +2,19 @@
 # Maintainer: Eric Bélanger <eric at 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}




More information about the arch-commits mailing list