diff options
Diffstat (limited to 'extra/tali/PKGBUILD')
-rw-r--r-- | extra/tali/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/extra/tali/PKGBUILD b/extra/tali/PKGBUILD index e28399444..c4c3fed10 100644 --- a/extra/tali/PKGBUILD +++ b/extra/tali/PKGBUILD @@ -3,7 +3,7 @@ # Maintainer: Jan de Groot <jgc@archlinux.org> pkgname=tali -pkgver=3.8.1 +pkgver=3.10.0 pkgrel=1 pkgdesc="Beat the odds in a poker-style dice game" arch=('i686' 'x86_64') @@ -16,8 +16,8 @@ options=('!emptydirs' '!libtool') install=tali.install url="https://live.gnome.org/Tali" groups=('gnome-extra') -source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:3}/$pkgname-$pkgver.tar.xz) -sha256sums=('33a7a67a9ba2034cba916a033ee70285a334438a460fccd24373c7edcfc592c8') +source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz) +sha256sums=('2e276e6965057fe3136fe831809b2cedab3e8f59346b0fbe37f3f383a25c68c6') build() { cd $pkgname-$pkgver |