summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorkewl fft2020-07-12 07:55:16 -0400
committerkewl fft2020-07-12 07:55:16 -0400
commite61bab8e6d4617c5164fc72f20fa6363443f5f0f (patch)
treefeb92a9cd233e4f1ca0ea58f9916e49e0cff808b /PKGBUILD
parent8a39368be9c350c75e573a7b80f624d9c22a755e (diff)
downloadaur-e61bab8e6d4617c5164fc72f20fa6363443f5f0f.tar.gz
Update to version 1.4.0-2
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 6eb09e052662..96439d20dd19 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,10 +3,10 @@
pkgname='python-pandas_market_calendars'
_pkgname=${pkgname#python-}
pkgver=1.4.0
-pkgrel=1
+pkgrel=2
pkgdesc="Market and exchange trading calendars for pandas"
arch=('any')
-depends=('python-six' 'python-pytz' 'python-pandas')
+depends=('python-pytz' 'python-pandas')
makedepends=('python-setuptools')
url="https://github.com/rsheftel/$_pkgname"
license=('MIT')