summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorkewl fft2021-08-24 09:34:35 +0100
committerkewl fft2021-08-24 09:34:35 +0100
commitbaa2433698e84546908edc854290843f3b5ba105 (patch)
treecf0583fe31987d427a8661379d01fed5b66d762a
parent60eee6069c18692bc7f1f8f32c5c946fb127efaf (diff)
downloadaur-baa2433698e84546908edc854290843f3b5ba105.tar.gz
Update to version 3.3-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3cabb0c38ab3..c9f25570eab5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-exchange_calendars
pkgdesc = Calendars for various securities exchanges
- pkgver = 3.2
+ pkgver = 3.3
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.2.tar.gz
- sha256sums = c25f2209b1c14a101287a057afa0ea8ee5b92015abdd13d0a6b66dca2faa8dd5
+ source = https://files.pythonhosted.org/packages/source/e/exchange_calendars/exchange_calendars-3.3.tar.gz
+ sha256sums = d5178a3c49b5778e2ebee554e9c0b4a73f126650f1313e881a682013b0d8beb7
pkgname = python-exchange_calendars
diff --git a/PKGBUILD b/PKGBUILD
index 3c73b3484ede..e0eff148ebcf 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=python-exchange_calendars
_pkgname=${pkgname#python-}
-pkgver=3.2
+pkgver=3.3
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=('c25f2209b1c14a101287a057afa0ea8ee5b92015abdd13d0a6b66dca2faa8dd5')
+sha256sums=('d5178a3c49b5778e2ebee554e9c0b4a73f126650f1313e881a682013b0d8beb7')
build() {
cd $_pkgname-$pkgver