diff options
author | Jon Bergli Heier <snakebite@jvnv.net> | 2010-03-25 11:14:41 +0100 |
---|---|---|
committer | Jon Bergli Heier <snakebite@jvnv.net> | 2010-03-25 11:14:41 +0100 |
commit | 10db2a9eb7ceb73d807d9fbe770342dfaab515d0 (patch) | |
tree | 0546ac037320c202222a3d41a0f46dc907f62883 | |
parent | 208877f2cb176d3a175d7e93f8a92a29f115102c (diff) |
pyanidb: Fixed dependencies.
-rw-r--r-- | pyanidb/PKGBUILD | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/pyanidb/PKGBUILD b/pyanidb/PKGBUILD index 477b505..c75833f 100644 --- a/pyanidb/PKGBUILD +++ b/pyanidb/PKGBUILD @@ -6,7 +6,8 @@ pkgdesc="PyAniDB is a client for AniDB's UDP API." arch=(any) url="http://redmine.jvnv.net/projects/pyanidb/wiki" license=('GPL') -depends=('python' 'boost') +depends=('python' 'multihash') +optdepends=('pyxattr') source=(http://archive.jvnv.net/$pkgname-$pkgver.tar.gz) md5sums=('1562f17678df64727a538466c7b36411') |