summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorHexchain Tong2017-04-28 11:42:12 +0800
committerHexchain Tong2017-04-28 11:42:12 +0800
commit0ef56077e0abf9069b6698001c57e74fea2b27ac (patch)
treea0c2796045919e9ca2249b8bacd1128b86edc5a7
parentac7be992357eb605c4f72c47e739aaa860de6f5c (diff)
downloadaur-0ef56077e0abf9069b6698001c57e74fea2b27ac.tar.gz
upgpkg
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 02f84bf3bd33..f346252c4227 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,16 @@
# Generated by mksrcinfo v8
-# Sat Apr 8 03:41:20 UTC 2017
+# Fri Apr 28 03:42:03 UTC 2017
pkgbase = python-delegator
pkgdesc = Subprocesses for Humans 2.0
- pkgver = 0.0.9
+ pkgver = 0.0.10
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.9.tar.gz
- sha256sums = 01a3cfc42639d98c7c624e67dbfce2e51b38f23cb9cbcbadf66eca3e28563cc4
+ source = https://github.com/kennethreitz/delegator.py/archive/v0.0.10.tar.gz
+ sha256sums = a85e279ef306925590ab3ba0da1d4f4436771044de492c76b02332fb5aaf567f
pkgname = python-delegator
depends = python
diff --git a/PKGBUILD b/PKGBUILD
index 30dbea4a3eaa..6922c98a9bee 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.9
+pkgver=0.0.10
pkgrel=2
source=("https://github.com/kennethreitz/delegator.py/archive/v$pkgver.tar.gz")
makedepends=('python-setuptools' 'python2-setuptools')
@@ -30,4 +30,4 @@ package_python2-delegator() {
cd "$srcdir/$_pypiname-$pkgver-py2"
python2 setup.py install --prefix="/usr" --root="$pkgdir" -O1
}
-sha256sums=('01a3cfc42639d98c7c624e67dbfce2e51b38f23cb9cbcbadf66eca3e28563cc4')
+sha256sums=('a85e279ef306925590ab3ba0da1d4f4436771044de492c76b02332fb5aaf567f')