summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSlavMetal2019-03-31 14:50:25 +0100
committerSlavMetal2019-03-31 14:50:25 +0100
commitd40faf093d1528d6abcf4ebf9ac57e888ac8e37d (patch)
tree9632266e89411604a2954f3ac915407f953ee968
parent99358696f776010ead42bf93a79608d57bdc6ffb (diff)
downloadaur-d40faf093d1528d6abcf4ebf9ac57e888ac8e37d.tar.gz
Update to r48.d1f9270, add optional dependencies
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD7
2 files changed, 8 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a9a6657c62ba..eb5bc5761667 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = ascii-patrol-git
pkgdesc = Ascii Patrol is an ASCII game project which was mainly inspired by 'Moon Patrol'.
- pkgver = r30.982622f
+ pkgver = r48.d1f9270
pkgrel = 1
url = https://github.com/msokalski/ascii-patrol
arch = any
license = GPL
makedepends = git
- depends = libpulse
- depends = libx11
- optdepends = curl: get hi-scores from ascii-patrol.com
+ depends = pulseaudio
+ optdepends = libxi: to fix problems with no keyboard input in a few GNOME terminals
+ optdepends = curl: for highscores table support
provides = asciipat
conflicts = ascii-patrol
source = git+https://github.com/msokalski/ascii-patrol.git
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)