summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorkewl fft2021-12-23 13:14:11 +0000
committerkewl fft2021-12-23 13:14:11 +0000
commitf416d2a9b8985dfbfdea34b007250b0f3df6897f (patch)
tree69933597542c27f1c27a52e9662dd69ad8b24423
parent1c9c8eb50df407399a2671dfcde1c6e8890ad9f9 (diff)
downloadaur-f416d2a9b8985dfbfdea34b007250b0f3df6897f.tar.gz
Update to version 3.5-2
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 22005551b455..99fc71a8b0cb 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = python-exchange_calendars
pkgdesc = Calendars for various securities exchanges
pkgver = 3.5
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/gerrymanoim/exchange_calendars
arch = any
license = APACHE
@@ -12,6 +12,7 @@ pkgbase = python-exchange_calendars
depends = python-pytz
depends = python-pyluach
depends = python-toolz
+ depends = python-korean_lunar_calendar
source = https://files.pythonhosted.org/packages/source/e/exchange_calendars/exchange_calendars-3.5.tar.gz
sha256sums = 1c132a9cf744ce27ce1e70c631810bbb881a64cbb1c28a166b984e383d434e41
diff --git a/PKGBUILD b/PKGBUILD
index c060899b2326..98d8c9110522 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,10 +3,10 @@
pkgname=python-exchange_calendars
_pkgname=${pkgname#python-}
pkgver=3.5
-pkgrel=1
+pkgrel=2
pkgdesc="Calendars for various securities exchanges"
arch=('any')
-depends=('python-numpy' 'python-pandas' 'python-dateutil' 'python-pytz' 'python-pyluach' 'python-toolz')
+depends=('python-numpy' 'python-pandas' 'python-dateutil' 'python-pytz' 'python-pyluach' 'python-toolz' 'python-korean_lunar_calendar')
makedepends=('python-setuptools')
url="https://github.com/gerrymanoim/$_pkgname"
license=('APACHE')