summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJosip Ponjavic2018-02-06 19:26:51 +0100
committerJosip Ponjavic2018-02-06 19:26:51 +0100
commite25be93b90682594330bab51cf23344c39206144 (patch)
treee0f5c204f81f752efb9d72b6af8f4a5b3749b751
parent7234049649a8d2f6b2e64bc591621cea4c90e8b6 (diff)
downloadaur-e25be93b90682594330bab51cf23344c39206144.tar.gz
pkgupdate: 2.11.2
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5afe254f3330..3d38e48c6bf9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = python-pyprind
pkgdesc = Python Progress Bar and Percent Indicator Utility
- pkgver = 2.11.1
+ pkgver = 2.11.2
pkgrel = 1
url = https://pypi.python.org/pypi/PyPrind/
arch = any
license = BSD
makedepends = python-setuptools
makedepends = python2-setuptools
- source = https://files.pythonhosted.org/packages/source/P/PyPrind/PyPrind-2.11.1.tar.gz
- sha256sums = d277923dfe3bde7d28cffa6cd334977ff8c7a4c71e217e8052b9084fc76191b4
+ source = https://files.pythonhosted.org/packages/source/P/PyPrind/PyPrind-2.11.2.tar.gz
+ sha256sums = c46cab453b805852853dfe29fd933aa88a2a516153909c695b098e9161a9e675
pkgname = python-pyprind
depends = python
diff --git a/PKGBUILD b/PKGBUILD
index ba9f8019c84f..d9b23d5efba9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgbase=python-pyprind
pkgname=('python-pyprind' 'python2-pyprind')
_name=PyPrind
-pkgver=2.11.1
+pkgver=2.11.2
pkgrel=1
pkgdesc='Python Progress Bar and Percent Indicator Utility'
arch=('any')
@@ -11,7 +11,7 @@ url='https://pypi.python.org/pypi/PyPrind/'
license=('BSD')
makedepends=('python-setuptools' 'python2-setuptools')
source=("https://files.pythonhosted.org/packages/source/${_name::1}/${_name}/${_name}-${pkgver}.tar.gz")
-sha256sums=('d277923dfe3bde7d28cffa6cd334977ff8c7a4c71e217e8052b9084fc76191b4')
+sha256sums=('c46cab453b805852853dfe29fd933aa88a2a516153909c695b098e9161a9e675')
prepare() {
cp -a "${_name}-${pkgver}"{,-python2}