summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorrepo2020-03-21 21:25:04 +0000
committerrepo2020-03-21 21:25:04 +0000
commitb900701387262c10204740ec0df8a66e0526b802 (patch)
tree6100644445862f52d7efc5af2d2ae934113b9174
parentfdbaaf9823f35f00adfd4b205c44483fe5361306 (diff)
downloadaur-b900701387262c10204740ec0df8a66e0526b802.tar.gz
Update from repo
See changes at https://gitlab.com/hexchain/repo/commit/b913e7fa89c0857ea0dcb33995686c5a23002ebf
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a715b53eb049..9af2b60b7b8d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-pyperf
pkgdesc = Toolkit to run Python benchmarks
- pkgver = 1.7.1
+ pkgver = 2.0.0
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.1.tar.gz::https://github.com/vstinner/pyperf/archive/1.7.1.tar.gz
- sha256sums = 151b6c3950d2fb3f161aa79997f7dec0e967b00e435530373c3e7ece240e0bfd
+ source = python-pyperf-2.0.0.tar.gz::https://github.com/vstinner/pyperf/archive/2.0.0.tar.gz
+ sha256sums = 5212d0685246cd555fb72680601a42a741126684df779e3a93f9abf766c018d2
pkgname = python-pyperf
diff --git a/PKGBUILD b/PKGBUILD
index ef2bb191aa58..c7fc8e1127f9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: j605
pkgname='python-pyperf'
-pkgver=1.7.1
+pkgver=2.0.0
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=('151b6c3950d2fb3f161aa79997f7dec0e967b00e435530373c3e7ece240e0bfd')
+sha256sums=('5212d0685246cd555fb72680601a42a741126684df779e3a93f9abf766c018d2')
build() {
cd pyperf-${pkgver}