summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorrepo2020-03-15 12:08:40 +0000
committerrepo2020-03-15 12:08:40 +0000
commitfdbaaf9823f35f00adfd4b205c44483fe5361306 (patch)
treee2069807dedfe31366017b7389df48c97b8d2b40
parent0cff18ec21274b659d96eae41ae80b49aee216c1 (diff)
downloadaur-fdbaaf9823f35f00adfd4b205c44483fe5361306.tar.gz
Update from repo
See changes at https://gitlab.com/hexchain/repo/commit/be25969da7872c876c8ba5601d4444e04180c7e7
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f5ee87edd04f..a715b53eb049 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-pyperf
pkgdesc = Toolkit to run Python benchmarks
- pkgver = 1.7.0
+ pkgver = 1.7.1
pkgrel = 1
url = https://github.com/vstinner/pyperf
arch = any
@@ -8,8 +8,8 @@ pkgbase = python-pyperf
depends = python
depends = python-setuptools
depends = python-six
- source = python-pyperf-1.7.0.tar.gz::https://github.com/vstinner/pyperf/archive/1.7.0.tar.gz
- sha256sums = 67caab39f99f34fd6387dd59e63bb498a941d8e2da3cd389fbfc8d4d6bf5e97e
+ source = python-pyperf-1.7.1.tar.gz::https://github.com/vstinner/pyperf/archive/1.7.1.tar.gz
+ sha256sums = 151b6c3950d2fb3f161aa79997f7dec0e967b00e435530373c3e7ece240e0bfd
pkgname = python-pyperf
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}