summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuillaume Horel2022-05-04 15:50:14 -0400
committerGuillaume Horel2022-05-04 15:50:14 -0400
commit6f4724a9d363f65e9c5a731d5cacfbb16159be6e (patch)
tree68290a8d2cefb4ab60b6377f644891f1a0ce0c9e
parentdbae734262c4adbf78ea958c9b1a08689af43231 (diff)
downloadaur-6f4724a9d363f65e9c5a731d5cacfbb16159be6e.tar.gz
bump to 5.2.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2babb7718935..5d85dc792d0b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-arch
pkgdesc = ARCH models in Python.
- pkgver = 5.1.0
+ pkgver = 5.2.0
pkgrel = 1
url = https://pypi.python.org/pypi/arch
arch = x86_64
@@ -14,7 +14,7 @@ pkgbase = python-arch
depends = python-pandas
depends = python-scipy
depends = python-statsmodels
- source = python-arch-5.1.0.tar.gz::https://files.pythonhosted.org/packages/source/a/arch/arch-5.1.0.tar.gz
- sha256sums = cf6b1f89a4c609307f6ce11546d70199ad1b652098ff4bc0ae071d620f14e4b3
+ source = python-arch-5.2.0.tar.gz::https://files.pythonhosted.org/packages/source/a/arch/arch-5.2.0.tar.gz
+ sha256sums = 2dfd1b5f62b72625b8ed430ae0a3e011bbe24b9147c0164bc9e48bf5202dc6ab
pkgname = python-arch
diff --git a/PKGBUILD b/PKGBUILD
index 194793248040..9ab8a50e9a57 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Guillaume Horel <guillaume.horel@gmail.com>
pkgname='python-arch'
_module='arch'
-pkgver='5.1.0'
+pkgver='5.2.0'
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://files.pythonhosted.org/packages/source/${_module::1}/$_module/$_module-${pkgver}.tar.gz")
-sha256sums=('cf6b1f89a4c609307f6ce11546d70199ad1b652098ff4bc0ae071d620f14e4b3')
+sha256sums=('2dfd1b5f62b72625b8ed430ae0a3e011bbe24b9147c0164bc9e48bf5202dc6ab')
build() {
cd "${_module}-${pkgver}"