summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 2258cc138f5d..d9288a0882e5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,10 +3,10 @@
_pkgname=objpool
pkgname=python2-$_pkgname
pkgver=0.3
-pkgrel=1
+pkgrel=2
pkgdesc="An object pooling library"
arch=('any')
-url=('https://github.com/grnet/objpool')
+url='https://github.com/grnet/objpool'
license=("BSD")
depends=('python2')
makedepends=(python2-distribute)