summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJon Bergli Heier <snakebite@jvnv.net>2010-10-30 13:31:46 +0200
committerJon Bergli Heier <snakebite@jvnv.net>2010-10-30 13:31:46 +0200
commit42e9025d16effc8763847cf058c93ba6deab0986 (patch)
treeabf31c9a2ca77e99aca2a4c931456bcb77be86b2
parent6403bece675d170ace9a1715106f27d3bf8e8412 (diff)
pyanidb: Depends on python2, not python (3.x).
-rw-r--r--pyanidb/PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/pyanidb/PKGBUILD b/pyanidb/PKGBUILD
index 41d5834..04e651f 100644
--- a/pyanidb/PKGBUILD
+++ b/pyanidb/PKGBUILD
@@ -6,7 +6,7 @@ pkgdesc="PyAniDB is a client for AniDB's UDP API."
arch=(any)
url="http://redmine.jvnv.net/projects/pyanidb/wiki"
license=('GPL')
-depends=('python')
+depends=('python2')
optdepends=('pyxattr')
source=(http://archive.jvnv.net/$pkgname-$pkgver.tar.gz)
md5sums=('192b1db069f28ca3c80c324b8f92bcac')