summaryrefslogtreecommitdiff
path: root/community/python2-cjson/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/python2-cjson/PKGBUILD')
-rw-r--r--community/python2-cjson/PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/community/python2-cjson/PKGBUILD b/community/python2-cjson/PKGBUILD
index 2d95793a4..1efc883df 100644
--- a/community/python2-cjson/PKGBUILD
+++ b/community/python2-cjson/PKGBUILD
@@ -4,7 +4,7 @@
pkgname=python2-cjson
pkgver=1.0.5
-pkgrel=5
+pkgrel=6
arch=('i686' 'x86_64')
license=('LGPL')
pkgdesc="Fast JSON encoder/decoder for Python"
@@ -13,7 +13,7 @@ depends=('python2')
source=("http://pypi.python.org/packages/source/p/python-cjson/python-cjson-$pkgver.tar.gz")
md5sums=('4d55b66ecdf0300313af9d030d9644a3')
-build() {
+package() {
cd $srcdir/python-cjson-$pkgver
python2 setup.py install --root=$pkgdir
}