summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorkewl fft2021-02-20 19:13:43 -0500
committerkewl fft2021-02-20 19:13:43 -0500
commit486c1ecaa0bbbe9770152ce1e859d7a706952586 (patch)
treeeb696746bd87530c49901189602a03cf55e78013 /PKGBUILD
parent1d2ea206b0fb4664e69aeff158d369afb21c0046 (diff)
downloadaur-486c1ecaa0bbbe9770152ce1e859d7a706952586.tar.gz
Update to version 1.6.1-2
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 8320b1a8b9ce..f41e937b7f82 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,10 +3,10 @@
pkgname='python-pandas_market_calendars'
_pkgname=${pkgname#python-}
pkgver=1.6.1
-pkgrel=1
+pkgrel=2
pkgdesc="Market and exchange trading calendars for pandas"
arch=('any')
-depends=('python-pytz' 'python-pandas')
+depends=('python-pytz' 'python-pandas' 'python-trading_calendars')
makedepends=('python-setuptools')
url="https://github.com/rsheftel/$_pkgname"
license=('MIT')