diff options
author | root <root@rshg047.dnsready.net> | 2011-06-27 23:06:15 +0000 |
---|---|---|
committer | root <root@rshg047.dnsready.net> | 2011-06-27 23:06:15 +0000 |
commit | 0a595245dd258cc0ad9a5de2b292cf1b1a94f51a (patch) | |
tree | 2cbc26bebf7171db78c67303e24ad6e80279f2d8 /extra/yelp | |
parent | 715631caf52784c47c8ed3aeb6cbdba2715a08db (diff) |
Mon Jun 27 23:06:14 UTC 2011
Diffstat (limited to 'extra/yelp')
-rw-r--r-- | extra/yelp/PKGBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/extra/yelp/PKGBUILD b/extra/yelp/PKGBUILD index ebffe3b7f..5acc58459 100644 --- a/extra/yelp/PKGBUILD +++ b/extra/yelp/PKGBUILD @@ -1,8 +1,8 @@ -# $Id: PKGBUILD 124709 2011-05-24 06:57:26Z heftig $ +# $Id: PKGBUILD 129307 2011-06-26 11:11:05Z ibiru $ # Maintainer: Jan de Groot <jgc@archlinux.org> pkgname=yelp -pkgver=3.0.3 +pkgver=3.0.4 pkgrel=1 pkgdesc="A help browser for GNOME" arch=('i686' 'x86_64') @@ -14,8 +14,8 @@ license=('GPL') options=('!emptydirs' '!libtool') url="http://www.gnome.org" install=yelp.install -source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2) -sha256sums=('938b50b63f2783d8f87ce2e6ebb622dcfc7cb2d81b39278d1298c5f3bdf236b9') +source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz) +sha256sums=('f80c0482691124f2b852deebc7380506b06c50a0bdcb0dd8301258fe676a924b') build() { cd "${srcdir}/${pkgname}-${pkgver}" |