summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorkewl fft2021-05-09 17:51:11 +0100
committerkewl fft2021-05-09 17:51:11 +0100
commitcfe4fa30057f2f4a1ce6686cf98f8f1aeee12a8d (patch)
tree37e14f9c70979f9ee9d3e23b2432e6f691a05f2b /PKGBUILD
parent59d9dc28c68031927f56d2dee96bf247804aa24a (diff)
downloadaur-cfe4fa30057f2f4a1ce6686cf98f8f1aeee12a8d.tar.gz
Update to version 2.0-2
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 46f059951387..a39116dc18da 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,10 +3,10 @@
pkgname=python-pandas_market_calendars
_pkgname=${pkgname#python-}
pkgver=2.0
-pkgrel=1
+pkgrel=2
pkgdesc="Market and exchange trading calendars for pandas"
arch=('any')
-depends=('python-pytz' 'python-pandas' 'python-trading_calendars')
+depends=('python-pytz' 'python-pandas' 'python-exchange_calendars')
makedepends=('python-setuptools')
url="https://github.com/rsheftel/$_pkgname"
license=('MIT')