diff options
Diffstat (limited to 'community/hatari/PKGBUILD')
-rw-r--r-- | community/hatari/PKGBUILD | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/community/hatari/PKGBUILD b/community/hatari/PKGBUILD index 750c9bf10..6c6152e49 100644 --- a/community/hatari/PKGBUILD +++ b/community/hatari/PKGBUILD @@ -1,17 +1,17 @@ -# $Id: PKGBUILD 63626 2012-02-05 12:01:45Z ibiru $ +# $Id: PKGBUILD 68675 2012-03-31 12:26:15Z lcarlier $ # Maintainer: Shinlun Hsieh <yngwiexx@yahoo.com.tw> pkgname=hatari -pkgver=1.5.0 -pkgrel=2 +pkgver=1.6.1 +pkgrel=1 pkgdesc='An Atari ST and STE emulator' arch=('i686' 'x86_64') url='http://hatari.sourceforge.net/' license=('GPL') depends=('sdl' 'libpng') makedepends=('cmake') -source=("http://download.berlios.de/hatari/${pkgname}-${pkgver}.tar.bz2") -md5sums=('16277cff73ec3a342b87b7b7ea3932f4') +source=("http://download.tuxfamily.org/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.bz2") +md5sums=('14f6af33734c971cb4f349a38c6981a1') build() { cd ${pkgname}-${pkgver} |