summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorSlavMetal2019-03-31 14:50:25 +0100
committerSlavMetal2019-03-31 14:50:25 +0100
commitd40faf093d1528d6abcf4ebf9ac57e888ac8e37d (patch)
tree9632266e89411604a2954f3ac915407f953ee968 /PKGBUILD
parent99358696f776010ead42bf93a79608d57bdc6ffb (diff)
downloadaur-ascii-patrol-git.tar.gz
Update to r48.d1f9270, add optional dependencies
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD7
1 files changed, 4 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 9e78379370c3..fdfec0002447 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,15 +3,16 @@
pkgname=ascii-patrol-git
_pkgname=ascii-patrol
_pkgname2=asciipat
-pkgver=r30.982622f
+pkgver=r48.d1f9270
pkgrel=1
pkgdesc="Ascii Patrol is an ASCII game project which was mainly inspired by 'Moon Patrol'."
arch=('any')
url="https://github.com/msokalski/ascii-patrol"
license=('GPL')
-depends=('libpulse' 'libx11')
-optdepends=('curl: get hi-scores from ascii-patrol.com')
+depends=('pulseaudio')
makedepends=('git')
+optdepends=('libxi: to fix problems with no keyboard input in a few GNOME terminals'
+ 'curl: for highscores table support')
provides=("${_pkgname2}")
conflicts=("${_pkgname}")
source=(git+https://github.com/msokalski/ascii-patrol.git)