summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSlavMetal2017-12-13 23:43:08 +0100
committerSlavMetal2017-12-13 23:43:08 +0100
commit05f51f20de4756cd5c5ae38306bd8c7c081b7451 (patch)
tree21c07fd3f0da57369b63ebfc3cfc0283c6c05bbe
parent208d03bf5a0f08ab71e58cc90e1e64106da1885c (diff)
downloadaur-05f51f20de4756cd5c5ae38306bd8c7c081b7451.tar.gz
Fix dependency
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 424ad75c8b4d..89aedf49a336 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -6,7 +6,7 @@ pkgbase = ascii-patrol-git
arch = any
license = GPL
makedepends = git
- depends = libpulse,
+ depends = libpulse
depends = libx11
optdepends = curl: get hi-scores from ascii-patrol.com
provides = asciipat
diff --git a/PKGBUILD b/PKGBUILD
index d12e1d08a8b5..56b7d9e73dfb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@ pkgdesc="Ascii Patrol is an ASCII game project which was mainly inspired by 'Moo
arch=('any')
url="https://github.com/msokalski/ascii-patrol"
license=('GPL')
-depends=('libpulse', 'libx11')
+depends=('libpulse' 'libx11')
optdepends=('curl: get hi-scores from ascii-patrol.com')
makedepends=('git')
provides=("${_pkgname2}")