summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorkewl fft2021-08-15 18:41:37 +0100
committerkewl fft2021-08-15 18:41:37 +0100
commitcef00c15ec737c1cc7bc6031f9aca6c34f828aaf (patch)
tree6febaed9bb9ad81c01a5cb6dccd0b42512e5d6f1 /PKGBUILD
parentcfe4fa30057f2f4a1ce6686cf98f8f1aeee12a8d (diff)
downloadaur-cef00c15ec737c1cc7bc6031f9aca6c34f828aaf.tar.gz
Update to version 2.1-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
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