summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorkewl fft2022-06-11 15:04:56 +0100
committerkewl fft2022-06-11 15:04:56 +0100
commitd6089ced76d01daf496a278d8da1819cf545f188 (patch)
tree609d5d808807397e3bf3f3e54a82a9d20b700f61
parent533c58b2aa43a252701711c346389286f67dd6bb (diff)
downloadaur-python-exchange_calendars.tar.gz
Update to version 3.6.3-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 13e97d6ca6b2..2d69148f6d8f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-exchange_calendars
pkgdesc = Calendars for various securities exchanges
- pkgver = 3.6.1
+ pkgver = 3.6.3
pkgrel = 1
url = https://github.com/gerrymanoim/exchange_calendars
arch = any
@@ -13,7 +13,7 @@ pkgbase = python-exchange_calendars
depends = python-pyluach
depends = python-toolz
depends = python-korean_lunar_calendar
- source = https://files.pythonhosted.org/packages/source/e/exchange_calendars/exchange_calendars-3.6.1.tar.gz
- sha256sums = 7aaf89ffba9a6023858f09a9ff734a0f5785362ad7855aaa714a06063f54b2c1
+ source = https://files.pythonhosted.org/packages/source/e/exchange_calendars/exchange_calendars-3.6.3.tar.gz
+ sha256sums = 99d151031a08397668d2707806566fdc7b3ae874e81ff13f876caed2f2a1731d
pkgname = python-exchange_calendars
diff --git a/PKGBUILD b/PKGBUILD
index ff7a6a8ae040..14471d48a512 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=python-exchange_calendars
_pkgname=${pkgname#python-}
-pkgver=3.6.1
+pkgver=3.6.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=('7aaf89ffba9a6023858f09a9ff734a0f5785362ad7855aaa714a06063f54b2c1')
+sha256sums=('99d151031a08397668d2707806566fdc7b3ae874e81ff13f876caed2f2a1731d')
build() {
cd $_pkgname-$pkgver