diff options
author | Jon Bergli Heier <snakebite@jvnv.net> | 2009-11-07 21:32:00 +0100 |
---|---|---|
committer | Jon Bergli Heier <snakebite@jvnv.net> | 2009-11-07 21:32:00 +0100 |
commit | 655504d2358b0662aa48660ef5165f64ecb580a3 (patch) | |
tree | c7bad21eeb3112581368d0e873e60d756e055ddb | |
parent | a00b8af53b2262e61ec3bd5f6fd4ccfc1f1e3f9f (diff) |
multihash-git: Added pyxattr to optdepends.
-rw-r--r-- | multihash-git/PKGBUILD | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/multihash-git/PKGBUILD b/multihash-git/PKGBUILD index f8c54c3..b578f42 100644 --- a/multihash-git/PKGBUILD +++ b/multihash-git/PKGBUILD @@ -7,6 +7,7 @@ arch=('i686' 'x86_64') url="http://cgit.jvnv.net/multihash/" license=('GPL') depends=('python' 'boost') +optdepends=('pyxattr') makedepends=('git') provides=('multihash') |