summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorkewl fft2018-12-06 01:41:58 +0000
committerkewl fft2018-12-06 01:41:58 +0000
commite1139e286d80416e09ede36b0d7458cc987d75d4 (patch)
tree145772d002e17c7d8f57e5cfc6b22f288a6548c0 /PKGBUILD
parent0fed175ed42306661154b715cb401467af3143d7 (diff)
downloadaur-e1139e286d80416e09ede36b0d7458cc987d75d4.tar.gz
Update to version 0.21.1-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 125210388168..d1f4197cc748 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname='python-pandas_market_calendars'
_pkgname=${pkgname#python-}
-pkgver=0.20.1
+pkgver=0.21.1
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=('1b766acce9448df4e0c9a53d3744f3aea394adafdd8a285978d6e2c701c7c11a')
+sha256sums=('9ddec4988e57f0167a374120833742ca2f89ded901697626aacde41e2b10c048')
build() {
cd $_pkgname-$pkgver