summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorHexchain Tong2017-04-08 11:41:27 +0800
committerHexchain Tong2017-04-08 11:41:27 +0800
commitac7be992357eb605c4f72c47e739aaa860de6f5c (patch)
treeea40a5703defef8d02ea44070a9ac2dcd05e57bc
parent91c27d2290817bcfb25f543bd54461910ac0f8c8 (diff)
downloadaur-ac7be992357eb605c4f72c47e739aaa860de6f5c.tar.gz
upgpkg
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 04e8cf41466b..02f84bf3bd33 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,16 @@
# Generated by mksrcinfo v8
-# Wed Feb 15 02:34:56 UTC 2017
+# Sat Apr 8 03:41:20 UTC 2017
pkgbase = python-delegator
pkgdesc = Subprocesses for Humans 2.0
- pkgver = 0.0.8
+ pkgver = 0.0.9
pkgrel = 2
url = https://github.com/kennethreitz/delegator.py
arch = any
license = MIT
makedepends = python-setuptools
makedepends = python2-setuptools
- source = https://github.com/kennethreitz/delegator.py/archive/v0.0.8.tar.gz
- sha256sums = e4cd3c831f42b9b380171c038edad9da7efc2a0afb41ca4ea43d12d6b535749a
+ source = https://github.com/kennethreitz/delegator.py/archive/v0.0.9.tar.gz
+ sha256sums = 01a3cfc42639d98c7c624e67dbfce2e51b38f23cb9cbcbadf66eca3e28563cc4
pkgname = python-delegator
depends = python
diff --git a/PKGBUILD b/PKGBUILD
index 9a4d1bd36e53..30dbea4a3eaa 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@ pkgbase="python-delegator"
pkgname=("python-delegator" "python2-delegator")
pkgdesc="Subprocesses for Humans 2.0"
url="https://github.com/kennethreitz/delegator.py"
-pkgver=0.0.8
+pkgver=0.0.9
pkgrel=2
source=("https://github.com/kennethreitz/delegator.py/archive/v$pkgver.tar.gz")
makedepends=('python-setuptools' 'python2-setuptools')
@@ -11,8 +11,6 @@ license=("MIT")
arch=("any")
build() {
- cd "$srcdir/$_pypiname-$pkgver"
- echo ')' >> setup.py # wtf
cd "$srcdir"
cp -r "$_pypiname-$pkgver" "$_pypiname-$pkgver-py2"
}
@@ -32,4 +30,4 @@ package_python2-delegator() {
cd "$srcdir/$_pypiname-$pkgver-py2"
python2 setup.py install --prefix="/usr" --root="$pkgdir" -O1
}
-sha256sums=('e4cd3c831f42b9b380171c038edad9da7efc2a0afb41ca4ea43d12d6b535749a')
+sha256sums=('01a3cfc42639d98c7c624e67dbfce2e51b38f23cb9cbcbadf66eca3e28563cc4')