summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorkewl fft2021-08-15 18:41:37 +0100
committerkewl fft2021-08-15 18:41:37 +0100
commitcef00c15ec737c1cc7bc6031f9aca6c34f828aaf (patch)
tree6febaed9bb9ad81c01a5cb6dccd0b42512e5d6f1
parentcfe4fa30057f2f4a1ce6686cf98f8f1aeee12a8d (diff)
downloadaur-cef00c15ec737c1cc7bc6031f9aca6c34f828aaf.tar.gz
Update to version 2.1-1
-rw-r--r--.SRCINFO9
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 45a8e4873bd6..29fe1806deef 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = python-pandas_market_calendars
pkgdesc = Market and exchange trading calendars for pandas
- pkgver = 2.0
- pkgrel = 2
+ pkgver = 2.1
+ pkgrel = 1
url = https://github.com/rsheftel/pandas_market_calendars
arch = any
license = MIT
@@ -9,8 +9,7 @@ pkgbase = python-pandas_market_calendars
depends = python-pytz
depends = python-pandas
depends = python-exchange_calendars
- source = https://files.pythonhosted.org/packages/source/p/pandas_market_calendars/pandas_market_calendars-2.0.tar.gz
- sha256sums = 656b371a001234a3db368d418bddeb57805e5c95b59d94041e87bc976d4fc463
+ source = https://files.pythonhosted.org/packages/source/p/pandas_market_calendars/pandas_market_calendars-2.1.tar.gz
+ sha256sums = 61b0eb51f9e6f1fb6bbdb110bf42a0940ef35fb652dba8973a02d7d3050baba0
pkgname = python-pandas_market_calendars
-
diff --git a/PKGBUILD b/PKGBUILD
index a39116dc18da..df45355a8477 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
pkgname=python-pandas_market_calendars
_pkgname=${pkgname#python-}
-pkgver=2.0
-pkgrel=2
+pkgver=2.1
+pkgrel=1
pkgdesc="Market and exchange trading calendars for pandas"
arch=('any')
depends=('python-pytz' 'python-pandas' 'python-exchange_calendars')
@@ -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=('656b371a001234a3db368d418bddeb57805e5c95b59d94041e87bc976d4fc463')
+sha256sums=('61b0eb51f9e6f1fb6bbdb110bf42a0940ef35fb652dba8973a02d7d3050baba0')
build() {
cd $_pkgname-$pkgver