diff options
Diffstat (limited to 'extra/swell-foop/PKGBUILD')
-rw-r--r-- | extra/swell-foop/PKGBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/extra/swell-foop/PKGBUILD b/extra/swell-foop/PKGBUILD index 69a01e38a..aceaf8261 100644 --- a/extra/swell-foop/PKGBUILD +++ b/extra/swell-foop/PKGBUILD @@ -1,9 +1,9 @@ -# $Id: PKGBUILD 193432 2013-08-20 07:00:28Z jgc $ +# $Id: PKGBUILD 196138 2013-10-07 11:53:31Z jgc $ # Maintainer: Jan Alexander Steffens (heftig) <jan.steffens@gmail.com> # Contributor: Jan de Groot <jgc@archlinux.org> pkgname=swell-foop -pkgver=3.8.2 +pkgver=3.10.0 pkgrel=1 pkgdesc="Clear the screen by removing groups of colored and shaped tiles" arch=('i686' 'x86_64') @@ -16,8 +16,8 @@ options=('!emptydirs' '!libtool') install=swell-foop.install url="https://live.gnome.org/Swell%20Foop" groups=('gnome-extra') -source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:3}/$pkgname-$pkgver.tar.xz) -sha256sums=('33b72da1f5378801ae41cb13f3bc35ce44368c104327f68dd51f45653ca62cb9') +source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz) +sha256sums=('d96c5cbd071a97038cc281d6a85902721ab5fc50d27981dc2c37b003126a43a6') build() { cd $pkgname-$pkgver |