summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index b030baf273d6..829971b01fbe 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Guillaume Horel <guillaume.horel@gmail.com>
pkgname=('python-arch')
_module='arch'
-pkgver='4.3.1'
+pkgver='4.6.0'
pkgrel=1
pkgdesc="ARCH models in Python."
url="https://pypi.python.org/pypi/arch/4.1"
@@ -15,7 +15,7 @@ makedepends=('cython' 'python-setuptools')
license=('custom:University of Illinois/NCSA Open Source License')
arch=('x86_64')
source=("https://github.com/bashtage/arch/archive/${pkgver}.tar.gz")
-sha256sums=('f13e1f723d9bf6862b1a7de3ba27e23bd630964bb13176dc6bdad199d4d15c19')
+sha256sums=('1eb48e7b26d3e0bd5324bd9a56e735ce9578d37999b1492caa894cc1d05b87b7')
build() {
cd "${srcdir}/${_module}-${pkgver}"