summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorrepo2020-03-15 12:08:40 +0000
committerrepo2020-03-15 12:08:40 +0000
commitfdbaaf9823f35f00adfd4b205c44483fe5361306 (patch)
treee2069807dedfe31366017b7389df48c97b8d2b40 /PKGBUILD
parent0cff18ec21274b659d96eae41ae80b49aee216c1 (diff)
downloadaur-fdbaaf9823f35f00adfd4b205c44483fe5361306.tar.gz
Update from repo
See changes at https://gitlab.com/hexchain/repo/commit/be25969da7872c876c8ba5601d4444e04180c7e7
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 30badc3572ca..ef2bb191aa58 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: j605
pkgname='python-pyperf'
-pkgver=1.7.0
+pkgver=1.7.1
pkgrel=1
pkgdesc='Toolkit to run Python benchmarks'
url='https://github.com/vstinner/pyperf'
@@ -10,7 +10,7 @@ arch=('any')
license=('MIT')
depends=('python' 'python-setuptools' 'python-six')
source=(${pkgname}-${pkgver}.tar.gz::https://github.com/vstinner/pyperf/archive/${pkgver}.tar.gz)
-sha256sums=('67caab39f99f34fd6387dd59e63bb498a941d8e2da3cd389fbfc8d4d6bf5e97e')
+sha256sums=('151b6c3950d2fb3f161aa79997f7dec0e967b00e435530373c3e7ece240e0bfd')
build() {
cd pyperf-${pkgver}