summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorrepo2020-01-14 16:21:33 +0000
committerrepo2020-01-14 16:21:33 +0000
commitd0edab9c9928e50a8ecbdb91dee3279a71d069c3 (patch)
tree346f4605ea58122321c84d799ded0b891fa3d967
parent767ef89d57e3acb9887a9fddb4a8cf176e5996ed (diff)
downloadaur-d0edab9c9928e50a8ecbdb91dee3279a71d069c3.tar.gz
Update from repo
See changes at https://gitlab.com/hexchain/repo/commit/7a46fd111bd92b3a5078ba8932c05bf55417e533
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 601f71e9a416..b2603e67bd23 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = python-pyperformance
pkgdesc = Python Performance Benchmark Suite
pkgver = 1.0.0
- pkgrel = 2.1
+ pkgrel = 3
url = https://github.com/python/pyperformance
arch = any
license = MIT
diff --git a/PKGBUILD b/PKGBUILD
index e09111e3e89a..b5741a02f641 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_pypiname=pyperformance
pkgname=python-$_pypiname
pkgver=1.0.0
-pkgrel=2.1
+pkgrel=3
pkgdesc='Python Performance Benchmark Suite'
url="https://github.com/python/pyperformance"
depends=('python-pyperf' 'python-six')