diff options
Diffstat (limited to 'extra/ghex/PKGBUILD')
-rw-r--r-- | extra/ghex/PKGBUILD | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/extra/ghex/PKGBUILD b/extra/ghex/PKGBUILD index 39b1636c2..4efe3c207 100644 --- a/extra/ghex/PKGBUILD +++ b/extra/ghex/PKGBUILD @@ -1,20 +1,20 @@ -# $Id: PKGBUILD 169880 2012-10-30 22:25:50Z heftig $ -# Maintainer: tobias <tobias@archlinux.org> +# $Id: PKGBUILD 183364 2013-04-21 22:09:21Z heftig $ +# Maintainer: Jan de Groot <jgc@archlinux.org> # Contributor: Tobias Kieslich <tobias@justdreams.de> pkgname=ghex -pkgver=3.6.1 +pkgver=3.8.0 pkgrel=1 pkgdesc="A simple binary editor for the Gnome desktop" arch=('i686' 'x86_64') license=('GPL') url="http://live.gnome.org/Ghex" depends=('gtk3' 'hicolor-icon-theme') -makedepends=('intltool' 'gnome-doc-utils') +makedepends=('intltool' 'itstool' 'docbook-xsl') options=('!libtool' '!emptydirs') install=ghex.install source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver:0:3}/$pkgname-$pkgver.tar.xz) -sha256sums=('ef74fc5a5a67736391b3fb7fb14f588f3a4441b1aa48d1a6eaa1adb6c0427544') +sha256sums=('40b08fff065575e91f161904952aaa14919ffe053f3849c47ab567ac93a4d3fc') build() { cd $pkgname-$pkgver |