summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorkewl fft2018-09-17 20:47:39 +0100
committerkewl fft2018-09-17 20:47:39 +0100
commit0fed175ed42306661154b715cb401467af3143d7 (patch)
tree70f7c79c755f78946cdb1740dedafa6dc1ffc659 /PKGBUILD
parent61fea8dae743be7a35e050824f9bd2dcc44089da (diff)
downloadaur-0fed175ed42306661154b715cb401467af3143d7.tar.gz
Update to version 0.20.1-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 8de2d8724447..125210388168 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname='python-pandas_market_calendars'
_pkgname=${pkgname#python-}
-pkgver=0.19
+pkgver=0.20.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=('ebb101f4d5c81b2709a67ab50cc8ee895b7585141e807339e65f1cf729907f81')
+sha256sums=('1b766acce9448df4e0c9a53d3744f3aea394adafdd8a285978d6e2c701c7c11a')
build() {
cd $_pkgname-$pkgver