diff options
author | root <root@rshg054.dnsready.net> | 2012-02-21 23:15:10 +0000 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2012-02-21 23:15:10 +0000 |
commit | 1f55cedf5ea357497d2a98eb2be78d8dab4a9665 (patch) | |
tree | 5e44ad19f2672ee92283377c9fe6eab3c8a815d7 /community/fillets-ng/PKGBUILD | |
parent | 11484c032f8c236b2044e715a9a3b28e33f65598 (diff) |
Tue Feb 21 23:15:10 UTC 2012
Diffstat (limited to 'community/fillets-ng/PKGBUILD')
-rw-r--r-- | community/fillets-ng/PKGBUILD | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/community/fillets-ng/PKGBUILD b/community/fillets-ng/PKGBUILD index 07a38da89..9e4741e72 100644 --- a/community/fillets-ng/PKGBUILD +++ b/community/fillets-ng/PKGBUILD @@ -1,8 +1,8 @@ -# $Id: PKGBUILD 36474 2011-01-02 19:39:06Z jlichtblau $ +# $Id: PKGBUILD 65307 2012-02-20 20:47:47Z jlichtblau $ # Maintainer: Jaroslav Lichtblau <dragonlord@aur.archlinux.org> pkgname=fillets-ng -pkgver=1.0.0 +pkgver=1.0.1 pkgrel=1 pkgdesc="A port of the wonderful puzzle game Fish Fillets" url="http://fillets.sf.net/" @@ -14,9 +14,9 @@ changelog=$pkgname.changelog source=(http://downloads.sourceforge.net/fillets/$pkgname-$pkgver.tar.gz \ http://fillets.sourceforge.net/img/icon.png \ $pkgname.desktop) -md5sums=('276bb416d7f8bf9ef0969fd7a3c42d52' - '746a6f71ba1a6b5a918f04448b3db7eb' - '803617e630043e49807b380cd28803dc') +sha256sums=('329a4d9515d60bebdb657d070824933b993b85864b9d3e302e6361accab992da' + 'dec9d93c33b8e0f039e14228aad6be142109b0689bd216bcda2d91265500e2a0' + '6283237a582c90cb9734ee420e79cfccaa5c8c35aae9a19000202ceb96ad3254') build() { cd ${srcdir}/$pkgname-$pkgver |