summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFrederic Bezies2020-01-29 11:14:59 +0100
committerFrederic Bezies2020-01-29 11:14:59 +0100
commit3af85225cf64619aab8f5aef55a46610366c4f58 (patch)
tree208e509ccbd478d48afafef2c757f52d1415784a
parentdce14c9daee476781512f75cc89bf9f5ea1cfe81 (diff)
downloadaur-astromenace-git.tar.gz
namcap cleanup
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 61a6b07a6d0b..8f44c0f5e649 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = astromenace-git
pkgdesc = The latest version of hardcore 3D space shooter with spaceship upgrade possibilities - git version
pkgver = v1.4.1.r23.g647f9017
- pkgrel = 1
+ pkgrel = 2
url = http://www.viewizard.com/astromenace/index_linux.php
arch = x86_64
license = GPL3
@@ -9,7 +9,6 @@ pkgbase = astromenace-git
makedepends = cmake
depends = sdl2
depends = freealut
- depends = libjpeg
depends = libvorbis
depends = glu
depends = freetype2
diff --git a/PKGBUILD b/PKGBUILD
index 2acba655df0f..e0e292f924a1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,13 +4,13 @@
pkgname=astromenace-git
_pkgname=astromenace
pkgver=v1.4.1.r23.g647f9017
-pkgrel=1
+pkgrel=2
pkgdesc="The latest version of hardcore 3D space shooter with spaceship upgrade possibilities - git version"
arch=('x86_64')
url="http://www.viewizard.com/astromenace/index_linux.php"
license=('GPL3')
conflicts=('astromenace' 'astromenace-svn')
-depends=('sdl2' 'freealut' 'libjpeg' 'libvorbis' 'glu' 'freetype2')
+depends=('sdl2' 'freealut' 'libvorbis' 'glu' 'freetype2')
makedepends=('git' 'cmake')
source=(git+https://github.com/viewizard/astromenace.git
'astromenace.desktop')