summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarti Raudsepp2011-08-15 15:55:01 +0300
committerMarti Raudsepp2011-08-15 15:55:01 +0300
commit45664082113d6387b400e0665a6117175c87139b (patch)
tree0afa568d3da7eb7e6f93c16989f56016066d5d92
parent698c7bc199f67992cf9fe2b6a4ff45703db0b0ab (diff)
downloadaur-45664082113d6387b400e0665a6117175c87139b.tar.gz
pgxnclient: add depends=python2-distribute
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index b120e8a0d10e..b11d3a39d517 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,12 +2,12 @@
pkgname=pgxnclient
pkgver=0.2.1
-pkgrel=1
+pkgrel=2
pkgdesc="Command line tool to interact with the PostgreSQL Extension Network"
arch=(any)
url="http://pgxn.org/"
license=('BSD')
-depends=('python2')
+depends=('python2' 'python2-distribute')
conflicts=('pgxn-client')
source=(http://pypi.python.org/packages/source/p/$pkgname/$pkgname-$pkgver.tar.gz)