diff options
author | Nicolás Reynolds <fauno@kiwwwi.com.ar> | 2012-06-26 10:36:11 -0300 |
---|---|---|
committer | Nicolás Reynolds <fauno@kiwwwi.com.ar> | 2012-06-26 10:36:11 -0300 |
commit | 33f415176525625b793cdfa66f3fc5828214a34e (patch) | |
tree | 4f60a7d083ef4d8d0324f840d13267e58d790a17 /community/hatari/PKGBUILD | |
parent | 14a4ed053872549facd5a1f4817bee71bb21c8f7 (diff) | |
parent | 9a6b691757346035549dbd12d1323301d04a6675 (diff) |
Merge branch 'master' of ssh://vparabola/home/parabola/abslibre-pre-mips64el
Conflicts:
multilib/lib32-libphobos-ldc/PKGBUILD
multilib/wine_gecko/PKGBUILD
testing/dbus-core/PKGBUILD
testing/dbus-core/dbus
testing/dbus-core/dbus.install
testing/psmisc/PKGBUILD
testing/systemd/PKGBUILD
testing/systemd/systemd-tools.install
testing/systemd/systemd.install
testing/sysvinit/PKGBUILD
Diffstat (limited to 'community/hatari/PKGBUILD')
-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 e1cfd759a..41f3358d0 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' 'mips64el') @@ -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} |