summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSebastian Gumprich2015-12-27 18:46:57 +0100
committerSebastian Gumprich2015-12-27 18:46:57 +0100
commit2e20b598bdc1ba1a2f06d86ef8ebf90a983ff0bd (patch)
tree18e375928d56efbc075d0fd78fb0f7e42ea7e670
parentfac95d36d9e8edd8ae2a28dbb19802207c796af1 (diff)
downloadaur-2e20b598bdc1ba1a2f06d86ef8ebf90a983ff0bd.tar.gz
removes comma
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 980af8cedd8f..dd55a1722697 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ arch=('i686' 'x86_64')
url="http://www.tuxemon.org"
license=('GPL3')
groups=('games')
-depends=('python' 'python-pygame' 'python-pytmx' 'python-yapsy', 'python-netifaces', 'python-neteria')
+depends=('python' 'python-pygame' 'python-pytmx' 'python-yapsy' 'python-netifaces' 'python-neteria')
makedepends=('git')
optdepends=('libShake: rumble library for Linux.')
provides=("${pkgname%-git}")