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 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')