summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 94d44293371a..8de2d8724447 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname='python-pandas_market_calendars'
_pkgname=${pkgname#python-}
-pkgver=0.18
+pkgver=0.19
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=('6cadb6cacf6e72b08cb173a48146e09ca051cd5f056dae3870154eec249b942f')
+sha256sums=('ebb101f4d5c81b2709a67ab50cc8ee895b7585141e807339e65f1cf729907f81')
build() {
cd $_pkgname-$pkgver