diff options
Diffstat (limited to 'community/astromenace/PKGBUILD')
-rw-r--r-- | community/astromenace/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/community/astromenace/PKGBUILD b/community/astromenace/PKGBUILD index d6b032ec1..0937e7713 100644 --- a/community/astromenace/PKGBUILD +++ b/community/astromenace/PKGBUILD @@ -1,11 +1,11 @@ -# $Id: PKGBUILD 81338 2012-12-18 09:30:27Z svenstaro $ +# $Id: PKGBUILD 94294 2013-07-18 23:41:16Z svenstaro $ # Maintainer: Sven-Hendrik Haase <sh@lutzhaase.com> # Contributor: Arkham <arkham at archlinux dot us> # Contributor: Ivan Bobrov <ibobrik at gmail dot com> # Contributor: Black_Mage <vleon1 at gmail dot com> pkgname=astromenace -pkgver=1.3.1 +pkgver=1.3.2 pkgrel=1 pkgdesc="Hardcore 3D space shooter with spaceship upgrade possibilities" arch=('i686' 'x86_64' 'mips64el') @@ -15,7 +15,7 @@ depends=('sdl' 'freealut' 'libjpeg' 'libvorbis' 'glu' 'freetype2' 'libxinerama') makedepends=('cmake' 'mesa') source=(http://downloads.sourceforge.net/openastromenace/astromenace-src-$pkgver.tar.bz2 astromenace.desktop) -md5sums=('b2c69deed1708ec25d3fbec0b49f64d8' +md5sums=('a1481ca7cf498773fddc16a3b41c9b9b' '1edc9367564a6c639a2b8199adf26a08') build() { |