summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAchilleas Pipinellis2019-01-21 11:12:11 +0100
committerAchilleas Pipinellis2019-01-21 11:12:11 +0100
commita5c200ec104eba3986264faec5429f04acfb87e9 (patch)
treef6eb557054461f9c27c610301ef28f872e11feef
parentb6ce70fa3a570edbeb5a2d4d45fa28b4f2559753 (diff)
downloadaur-python2-objpool.tar.gz
Update to 0.4
-rw-r--r--.SRCINFO8
-rw-r--r--.gitignore1
-rw-r--r--PKGBUILD12
3 files changed, 10 insertions, 11 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 05e5fd6a33b6..a0fc5816edb1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = python2-objpool
pkgdesc = An object pooling library
- pkgver = 0.3
- pkgrel = 2
+ pkgver = 0.4
+ pkgrel = 1
url = https://github.com/grnet/objpool
arch = any
license = BSD
makedepends = python2-distribute
depends = python2
- source = http://pypi.python.org/packages/source/o/objpool/objpool-0.3.tar.gz
- md5sums = a80eb465b4e4a05c43a1023e946ca441
+ source = https://pypi.python.org/packages/source/o/objpool/objpool-0.4.tar.gz
+ sha512sums = b409d209e6707230513e947633f23a55f8ecc5789f0416dbb6b6c74459e8c51da687bad9f57fa91a1d109875c299770d329e28310f24e9be3b6a438ef7fd931a
pkgname = python2-objpool
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 000000000000..72e8ffc0db8a
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1 @@
+*
diff --git a/PKGBUILD b/PKGBUILD
index d9288a0882e5..dedaa68ac51c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,22 +1,20 @@
-# Maintainer: Axilleas Pipinellis <axilleas@archlinux.info>
+# Maintainer: Axilleas Pipinellis <axil archlinux gr>
_pkgname=objpool
pkgname=python2-$_pkgname
-pkgver=0.3
-pkgrel=2
+pkgver=0.4
+pkgrel=1
pkgdesc="An object pooling library"
arch=('any')
url='https://github.com/grnet/objpool'
license=("BSD")
depends=('python2')
makedepends=(python2-distribute)
-source=("http://pypi.python.org/packages/source/o/objpool/$_pkgname-$pkgver.tar.gz")
+source=("https://pypi.python.org/packages/source/o/objpool/$_pkgname-$pkgver.tar.gz")
package() {
-
cd "$srcdir/$_pkgname-$pkgver"
python2 setup.py install --root="$pkgdir" -O1
install -Dm644 LICENSE.txt "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-
}
-md5sums=('a80eb465b4e4a05c43a1023e946ca441')
+sha512sums=('b409d209e6707230513e947633f23a55f8ecc5789f0416dbb6b6c74459e8c51da687bad9f57fa91a1d109875c299770d329e28310f24e9be3b6a438ef7fd931a')