diff options
author | root <root@rshg054.dnsready.net> | 2012-06-26 00:01:48 +0000 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2012-06-26 00:01:48 +0000 |
commit | 9a6b691757346035549dbd12d1323301d04a6675 (patch) | |
tree | 5e06d2322b58a73254a0ca2c05d2083cb0209db2 /community/hatari | |
parent | 3b99c42eb8ca744e86e4e17197b1bf10642c6785 (diff) |
Tue Jun 26 00:01:48 UTC 2012
Diffstat (limited to 'community/hatari')
-rw-r--r-- | community/hatari/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/community/hatari/PKGBUILD b/community/hatari/PKGBUILD index 6c6152e49..50acbc0da 100644 --- a/community/hatari/PKGBUILD +++ b/community/hatari/PKGBUILD @@ -1,8 +1,8 @@ -# $Id: PKGBUILD 68675 2012-03-31 12:26:15Z lcarlier $ +# $Id: PKGBUILD 72892 2012-06-24 13:57:15Z lcarlier $ # Maintainer: Shinlun Hsieh <yngwiexx@yahoo.com.tw> pkgname=hatari -pkgver=1.6.1 +pkgver=1.6.2 pkgrel=1 pkgdesc='An Atari ST and STE emulator' arch=('i686' 'x86_64') @@ -11,7 +11,7 @@ license=('GPL') depends=('sdl' 'libpng') makedepends=('cmake') source=("http://download.tuxfamily.org/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.bz2") -md5sums=('14f6af33734c971cb4f349a38c6981a1') +md5sums=('3957d0c5f8093313c798e565af9a92e1') build() { cd ${pkgname}-${pkgver} |