diff options
author | Nicolás Reynolds <fauno@endefensadelsl.org> | 2014-04-19 04:00:43 +0000 |
---|---|---|
committer | Nicolás Reynolds <fauno@endefensadelsl.org> | 2014-04-19 04:00:43 +0000 |
commit | 4d8724d2ae72ab2ea20a9ad299dd36f33bda4658 (patch) | |
tree | 5e022d124eb60b93d19e96a0d9c0e8532be87a6e /extra/ghex | |
parent | f8a4eefb2bb008f302349db07da4a75e746a1aeb (diff) |
Sat Apr 19 03:57:19 UTC 2014
Diffstat (limited to 'extra/ghex')
-rw-r--r-- | extra/ghex/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/extra/ghex/PKGBUILD b/extra/ghex/PKGBUILD index facec4fce..65e4ee8cf 100644 --- a/extra/ghex/PKGBUILD +++ b/extra/ghex/PKGBUILD @@ -1,9 +1,9 @@ -# $Id: PKGBUILD 197985 2013-10-30 12:05:49Z allan $ +# $Id: PKGBUILD 211216 2014-04-18 11:09:46Z heftig $ # Maintainer: Jan de Groot <jgc@archlinux.org> # Contributor: Tobias Kieslich <tobias@justdreams.de> pkgname=ghex -pkgver=3.10.0 +pkgver=3.10.1 pkgrel=1 pkgdesc="A simple binary editor for the Gnome desktop" arch=('i686' 'x86_64') @@ -14,7 +14,7 @@ makedepends=('intltool' 'itstool' 'docbook-xsl') options=('!emptydirs') install=ghex.install source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz) -sha256sums=('9c31383b1d32c8942ca0327c615336f5777309674c4fc090e8cceb1576c63255') +sha256sums=('34b66cb5c84410c420df72f229d25aee5979e58048a246ed719b046f0c241132') build() { cd $pkgname-$pkgver |