summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD8
2 files changed, 9 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7d7c7af00d62..42d2851a08d8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,16 @@
pkgbase = python-pandas_market_calendars
pkgdesc = Market and exchange trading calendars for pandas
- pkgver = 0.15
- pkgrel = 2
+ pkgver = 0.16
+ pkgrel = 1
url = https://github.com/rsheftel/pandas_market_calendars
- arch = x86_64
+ arch = any
license = MIT
makedepends = python-setuptools
depends = python-six
depends = python-pytz
depends = python-pandas
- source = https://files.pythonhosted.org/packages/source/p/pandas_market_calendars/pandas_market_calendars-0.15.tar.gz
- sha256sums = 9a5d62e447a4a971165a9b849875bb2e44fc46dfaf87321fa41b1d0ff2dc4171
+ source = https://files.pythonhosted.org/packages/source/p/pandas_market_calendars/pandas_market_calendars-0.16.tar.gz
+ sha256sums = a9e43d5bace442afa7069058ea06e185082c89bda7f7a22c013885dec2f352f0
pkgname = python-pandas_market_calendars
diff --git a/PKGBUILD b/PKGBUILD
index 9addf0028283..8f30f65b9775 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,16 +2,16 @@
pkgname='python-pandas_market_calendars'
_pkgname=${pkgname#python-}
-pkgver=0.15
-pkgrel=2
+pkgver=0.16
+pkgrel=1
pkgdesc="Market and exchange trading calendars for pandas"
-arch=('x86_64')
+arch=('any')
depends=('python-six' 'python-pytz' 'python-pandas')
makedepends=('python-setuptools')
url="https://github.com/rsheftel/$_pkgname"
license=('MIT')
source=("https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz")
-sha256sums=('9a5d62e447a4a971165a9b849875bb2e44fc46dfaf87321fa41b1d0ff2dc4171')
+sha256sums=('a9e43d5bace442afa7069058ea06e185082c89bda7f7a22c013885dec2f352f0')
build() {
cd $_pkgname-$pkgver