summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorGuillaume Horel2021-08-09 03:45:57 -0400
committerGuillaume Horel2021-08-09 03:46:01 -0400
commit59331d0f7631abbcb089477ed774a38d8cf5fc89 (patch)
tree8b5dcc7b0cf4492353c47c2a1407ee23adf33692 /PKGBUILD
parent2c90c6e62f88498bbb198919c34b0e0a07334868 (diff)
downloadaur-59331d0f7631abbcb089477ed774a38d8cf5fc89.tar.gz
bump to 5.0.1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index eb87c84c17a5..4514d5b1880d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Guillaume Horel <guillaume.horel@gmail.com>
pkgname='python-arch'
_module='arch'
-pkgver='4.19'
+pkgver='5.0.1'
pkgrel=1
pkgdesc="ARCH models in Python."
url="https://pypi.python.org/pypi/arch"
@@ -14,7 +14,7 @@ makedepends=('cython' 'python-setuptools')
license=('custom:University of Illinois/NCSA Open Source License')
arch=('x86_64')
source=("$pkgname-$pkgver.tar.gz::https://github.com/bashtage/arch/archive/v${pkgver}.tar.gz")
-sha256sums=('bf3f456df4767cdff69a9c8e5c72ece9dd0fdd7f5728952192f6589fcaa8ee6f')
+sha256sums=('202a44e6feda813f91a93b5fb420f99f23877d12119b0f90177342f46f430e6d')
build() {
cd "${srcdir}/${_module}-${pkgver}"