diff options
Diffstat (limited to 'community/astromenace/PKGBUILD')
-rw-r--r-- | community/astromenace/PKGBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/community/astromenace/PKGBUILD b/community/astromenace/PKGBUILD index 8ec2e0d1d..d6b032ec1 100644 --- a/community/astromenace/PKGBUILD +++ b/community/astromenace/PKGBUILD @@ -1,11 +1,11 @@ -# $Id: PKGBUILD 78708 2012-10-23 00:34:23Z svenstaro $ +# $Id: PKGBUILD 81338 2012-12-18 09:30:27Z 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.0 +pkgver=1.3.1 pkgrel=1 pkgdesc="Hardcore 3D space shooter with spaceship upgrade possibilities" arch=('i686' 'x86_64' 'mips64el') @@ -13,9 +13,9 @@ url="http://www.viewizard.com/astromenace/index_linux.php" license=('GPL3') depends=('sdl' 'freealut' 'libjpeg' 'libvorbis' 'glu' 'freetype2' 'libxinerama') makedepends=('cmake' 'mesa') -source=(http://downloads.sourceforge.net/openastromenace/openastromenace-src-$pkgver.tar.bz2 +source=(http://downloads.sourceforge.net/openastromenace/astromenace-src-$pkgver.tar.bz2 astromenace.desktop) -md5sums=('f48385106da687c12996d25852191e76' +md5sums=('b2c69deed1708ec25d3fbec0b49f64d8' '1edc9367564a6c639a2b8199adf26a08') build() { |