summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorkewl fft2020-07-12 07:55:16 -0400
committerkewl fft2020-07-12 07:55:16 -0400
commite61bab8e6d4617c5164fc72f20fa6363443f5f0f (patch)
treefeb92a9cd233e4f1ca0ea58f9916e49e0cff808b
parent8a39368be9c350c75e573a7b80f624d9c22a755e (diff)
downloadaur-e61bab8e6d4617c5164fc72f20fa6363443f5f0f.tar.gz
Update to version 1.4.0-2
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 46fd7550844c..54d955d35d60 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,11 @@
pkgbase = python-pandas_market_calendars
pkgdesc = Market and exchange trading calendars for pandas
pkgver = 1.4.0
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/rsheftel/pandas_market_calendars
arch = any
license = MIT
makedepends = python-setuptools
- depends = python-six
depends = python-pytz
depends = python-pandas
source = https://files.pythonhosted.org/packages/source/p/pandas_market_calendars/pandas_market_calendars-1.4.0.tar.gz
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')