diff options
author | root <root@rshg054.dnsready.net> | 2013-10-16 00:57:16 -0700 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2013-10-16 00:57:16 -0700 |
commit | c22d00d6478c9a00b4c7e491af65637537247c8f (patch) | |
tree | e6346097789cc44df5dc5e4340ad33ffe507b31c /extra/yelp | |
parent | 5d8af7c82b707f4cbda87bb0538fef84daf3791b (diff) |
Wed Oct 16 00:56:43 PDT 2013
Diffstat (limited to 'extra/yelp')
-rw-r--r-- | extra/yelp/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/extra/yelp/PKGBUILD b/extra/yelp/PKGBUILD index c03aed726..76377805e 100644 --- a/extra/yelp/PKGBUILD +++ b/extra/yelp/PKGBUILD @@ -1,9 +1,9 @@ -# $Id: PKGBUILD 196147 2013-10-07 11:53:44Z jgc $ +# $Id: PKGBUILD 196592 2013-10-15 14:54:38Z heftig $ # Maintainer: Jan Alexander Steffens (heftig) <jan.steffens@gmail.com> # Contributor: Jan de Groot <jgc@archlinux.org> pkgname=yelp -pkgver=3.10.0 +pkgver=3.10.1 pkgrel=1 pkgdesc="A help browser for GNOME" arch=('i686' 'x86_64') @@ -16,7 +16,7 @@ options=('!emptydirs' '!libtool') url="http://www.gnome.org" install=yelp.install source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz) -sha256sums=('146f64a9b69409bedc5a0af9376ff2a38e5a4adcfa93c52c95d4ea4dc868cbd2') +sha256sums=('17736479b7d0b1128c7d6cb3073f2b09e4bbc82670731b2a0d3a3219a520f816') build() { cd $pkgname-$pkgver |