summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorkewl fft2020-09-18 05:18:32 -0400
committerkewl fft2020-09-18 05:18:32 -0400
commit9184fc245db9af927f5421711be1f641aea85167 (patch)
tree46418a0edeffb30dec98a42429c31893b16a3634 /PKGBUILD
parent145a9265590fa3d779b0be196634dee07356efec (diff)
downloadaur-9184fc245db9af927f5421711be1f641aea85167.tar.gz
Update to version 1.6.0-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 3d3911df06e5..276a2aad22d2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname='python-pandas_market_calendars'
_pkgname=${pkgname#python-}
-pkgver=1.5.0
+pkgver=1.6.0
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=('3102ee0af4f5ed14dd2fcf4579df1da8801de4660aad8e10c62656f1bf21d4c8')
+sha256sums=('3bd83d3e7dfa0f9b981d2dba62d26eabe9c59a98c6a8ee537adb490c058cf598')
build() {
cd $_pkgname-$pkgver