summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuillaume Horel2019-03-19 21:33:59 -0400
committerGuillaume Horel2019-03-19 21:33:59 -0400
commit9a868964cdf40ea976f51686c5d6412a1ec07b62 (patch)
treea19a01966ba6bfd84ea479b931d74df30bb6044e
parentc55a270192101c36b0634d8f50bc66a87dc2ac9e (diff)
downloadaur-9a868964cdf40ea976f51686c5d6412a1ec07b62.tar.gz
version bump
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4ac8b9cf77fe..42923be8178e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-arch
pkgdesc = ARCH models in Python.
- pkgver = 4.6.0
+ pkgver = 4.7.0
pkgrel = 1
url = https://pypi.python.org/pypi/arch/4.1
arch = x86_64
@@ -13,8 +13,8 @@ pkgbase = python-arch
depends = python-pandas
depends = python-scipy
depends = python-statsmodels
- source = https://github.com/bashtage/arch/archive/4.6.0.tar.gz
- sha256sums = 1eb48e7b26d3e0bd5324bd9a56e735ce9578d37999b1492caa894cc1d05b87b7
+ source = https://github.com/bashtage/arch/archive/4.7.0.tar.gz
+ sha256sums = ec692a1c629f6df9c18da5967edc2e1cd84661c2b3a0809b7fa6d2757baec79b
pkgname = python-arch
diff --git a/PKGBUILD b/PKGBUILD
index 829971b01fbe..f1f5bcfa1a90 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Guillaume Horel <guillaume.horel@gmail.com>
pkgname=('python-arch')
_module='arch'
-pkgver='4.6.0'
+pkgver='4.7.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=('1eb48e7b26d3e0bd5324bd9a56e735ce9578d37999b1492caa894cc1d05b87b7')
+sha256sums=('ec692a1c629f6df9c18da5967edc2e1cd84661c2b3a0809b7fa6d2757baec79b')
build() {
cd "${srcdir}/${_module}-${pkgver}"