summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorkewl fft2021-05-09 17:34:56 +0100
committerkewl fft2021-05-09 17:34:56 +0100
commit59d9dc28c68031927f56d2dee96bf247804aa24a (patch)
treeea898c1ec2f452e4bf76ecced244497a7572c733 /PKGBUILD
parentc0d466ea2d7e2abe5daded5f8719a4b9763bb127 (diff)
downloadaur-59d9dc28c68031927f56d2dee96bf247804aa24a.tar.gz
Update to version 2.0-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 3699c53cafdc..46f059951387 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=python-pandas_market_calendars
_pkgname=${pkgname#python-}
-pkgver=1.7
+pkgver=2.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=('706e5a9fac3e7722fa5875a230a0abc813128ffff3f36064da676b445017575d')
+sha256sums=('656b371a001234a3db368d418bddeb57805e5c95b59d94041e87bc976d4fc463')
build() {
cd $_pkgname-$pkgver