summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorkewl fft2021-05-09 17:34:56 +0100
committerkewl fft2021-05-09 17:34:56 +0100
commit59d9dc28c68031927f56d2dee96bf247804aa24a (patch)
treeea898c1ec2f452e4bf76ecced244497a7572c733
parentc0d466ea2d7e2abe5daded5f8719a4b9763bb127 (diff)
downloadaur-59d9dc28c68031927f56d2dee96bf247804aa24a.tar.gz
Update to version 2.0-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 673c81707e10..9477fd30a179 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-pandas_market_calendars
pkgdesc = Market and exchange trading calendars for pandas
- pkgver = 1.7
+ pkgver = 2.0
pkgrel = 1
url = https://github.com/rsheftel/pandas_market_calendars
arch = any
@@ -9,8 +9,8 @@ pkgbase = python-pandas_market_calendars
depends = python-pytz
depends = python-pandas
depends = python-trading_calendars
- source = https://files.pythonhosted.org/packages/source/p/pandas_market_calendars/pandas_market_calendars-1.7.tar.gz
- sha256sums = 706e5a9fac3e7722fa5875a230a0abc813128ffff3f36064da676b445017575d
+ source = https://files.pythonhosted.org/packages/source/p/pandas_market_calendars/pandas_market_calendars-2.0.tar.gz
+ sha256sums = 656b371a001234a3db368d418bddeb57805e5c95b59d94041e87bc976d4fc463
pkgname = python-pandas_market_calendars
diff --git a/PKGBUILD b/PKGBUILD
index 3699c53cafdc..46f059951387 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=python-pandas_market_calendars
_pkgname=${pkgname#python-}
-pkgver=1.7
+pkgver=2.0
pkgrel=1
pkgdesc="Market and exchange trading calendars for pandas"
arch=('any')
@@ -11,7 +11,7 @@ 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=('706e5a9fac3e7722fa5875a230a0abc813128ffff3f36064da676b445017575d')
+sha256sums=('656b371a001234a3db368d418bddeb57805e5c95b59d94041e87bc976d4fc463')
build() {
cd $_pkgname-$pkgver