summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorrepo2020-03-21 21:25:04 +0000
committerrepo2020-03-21 21:25:04 +0000
commitb900701387262c10204740ec0df8a66e0526b802 (patch)
tree6100644445862f52d7efc5af2d2ae934113b9174 /PKGBUILD
parentfdbaaf9823f35f00adfd4b205c44483fe5361306 (diff)
downloadaur-b900701387262c10204740ec0df8a66e0526b802.tar.gz
Update from repo
See changes at https://gitlab.com/hexchain/repo/commit/b913e7fa89c0857ea0dcb33995686c5a23002ebf
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
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}