summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorkewl fft2021-12-14 11:40:46 +0000
committerkewl fft2021-12-14 11:40:46 +0000
commit1c9c8eb50df407399a2671dfcde1c6e8890ad9f9 (patch)
tree0a0ad45f88baf6bc881b528f8c586977638ddb4c
parentcef14533689d0cf9cf63baa11b46952318547ffb (diff)
downloadaur-1c9c8eb50df407399a2671dfcde1c6e8890ad9f9.tar.gz
Update to version 3.5-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 51ad66f2bbdb..22005551b455 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-exchange_calendars
pkgdesc = Calendars for various securities exchanges
- pkgver = 3.4
+ pkgver = 3.5
pkgrel = 1
url = https://github.com/gerrymanoim/exchange_calendars
arch = any
@@ -12,7 +12,7 @@ pkgbase = python-exchange_calendars
depends = python-pytz
depends = python-pyluach
depends = python-toolz
- source = https://files.pythonhosted.org/packages/source/e/exchange_calendars/exchange_calendars-3.4.tar.gz
- sha256sums = 32717ead80a086c0ddeb419bfa995f3156438596be67ee8bece011aca6145bb0
+ source = https://files.pythonhosted.org/packages/source/e/exchange_calendars/exchange_calendars-3.5.tar.gz
+ sha256sums = 1c132a9cf744ce27ce1e70c631810bbb881a64cbb1c28a166b984e383d434e41
pkgname = python-exchange_calendars
diff --git a/PKGBUILD b/PKGBUILD
index 410741bbd6fd..c060899b2326 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=python-exchange_calendars
_pkgname=${pkgname#python-}
-pkgver=3.4
+pkgver=3.5
pkgrel=1
pkgdesc="Calendars for various securities exchanges"
arch=('any')
@@ -11,7 +11,7 @@ makedepends=('python-setuptools')
url="https://github.com/gerrymanoim/$_pkgname"
license=('APACHE')
source=("https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz")
-sha256sums=('32717ead80a086c0ddeb419bfa995f3156438596be67ee8bece011aca6145bb0')
+sha256sums=('1c132a9cf744ce27ce1e70c631810bbb881a64cbb1c28a166b984e383d434e41')
build() {
cd $_pkgname-$pkgver