summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuillaume Horel2020-04-25 20:59:03 -0400
committerGuillaume Horel2020-04-25 20:59:03 -0400
commit9b8b9953c58cb6320785641937a11f797db72aff (patch)
tree1e158ecf8c0344e9e63e9a61d67f73cdcfe336c4
parentc16f33043801cf191be93844d038eafeaf0d0688 (diff)
downloadaur-9b8b9953c58cb6320785641937a11f797db72aff.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 3c41ec48160f..b6ccd880814f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-arch
pkgdesc = ARCH models in Python.
- pkgver = 4.12
+ pkgver = 4.14
pkgrel = 1
url = https://pypi.python.org/pypi/arch/4.1
arch = x86_64
@@ -15,8 +15,8 @@ pkgbase = python-arch
depends = python-pandas
depends = python-scipy
depends = python-statsmodels
- source = python-arch-4.12.tar.gz::https://github.com/bashtage/arch/archive/4.12.tar.gz
- sha256sums = ed6f8f70f4a1b1ce5d9fc69726e7b6ddff00c1a18acfec9b230b538b29b3211d
+ source = python-arch-4.14.tar.gz::https://github.com/bashtage/arch/archive/4.14.tar.gz
+ sha256sums = 6da250609c39266ebb405c816e274daf7d3d6e45b77a2a726940977c3fbaab56
pkgname = python-arch
diff --git a/PKGBUILD b/PKGBUILD
index 93832e509ceb..50938b45309d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Guillaume Horel <guillaume.horel@gmail.com>
pkgname='python-arch'
_module='arch'
-pkgver='4.12'
+pkgver='4.14'
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=("$pkgname-$pkgver.tar.gz::https://github.com/bashtage/arch/archive/${pkgver}.tar.gz")
-sha256sums=('ed6f8f70f4a1b1ce5d9fc69726e7b6ddff00c1a18acfec9b230b538b29b3211d')
+sha256sums=('6da250609c39266ebb405c816e274daf7d3d6e45b77a2a726940977c3fbaab56')
build() {
cd "${srcdir}/${_module}-${pkgver}"