summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorkewl fft2020-11-03 18:31:12 -0500
committerkewl fft2020-11-03 18:31:12 -0500
commit1d2ea206b0fb4664e69aeff158d369afb21c0046 (patch)
tree7ed120a8b93232ad083d13538b02346a1fdc8d4b
parent9184fc245db9af927f5421711be1f641aea85167 (diff)
downloadaur-1d2ea206b0fb4664e69aeff158d369afb21c0046.tar.gz
Update to version 1.6.1-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ed115bac2143..e4a71b4163ce 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-pandas_market_calendars
pkgdesc = Market and exchange trading calendars for pandas
- pkgver = 1.6.0
+ pkgver = 1.6.1
pkgrel = 1
url = https://github.com/rsheftel/pandas_market_calendars
arch = any
@@ -8,8 +8,8 @@ pkgbase = python-pandas_market_calendars
makedepends = python-setuptools
depends = python-pytz
depends = python-pandas
- source = https://files.pythonhosted.org/packages/source/p/pandas_market_calendars/pandas_market_calendars-1.6.0.tar.gz
- sha256sums = 3bd83d3e7dfa0f9b981d2dba62d26eabe9c59a98c6a8ee537adb490c058cf598
+ source = https://files.pythonhosted.org/packages/source/p/pandas_market_calendars/pandas_market_calendars-1.6.1.tar.gz
+ sha256sums = 74650b9bf154a8f214d754729a38776479d5002a88261869e99db80e63e9d6b8
pkgname = python-pandas_market_calendars
diff --git a/PKGBUILD b/PKGBUILD
index 276a2aad22d2..8320b1a8b9ce 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname='python-pandas_market_calendars'
_pkgname=${pkgname#python-}
-pkgver=1.6.0
+pkgver=1.6.1
pkgrel=1
pkgdesc="Market and exchange trading calendars for pandas"
arch=('any')
@@ -11,7 +11,7 @@ makedepends=('python-setuptools')
url="https://github.com/rsheftel/$_pkgname"
license=('MIT')
source=("https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz")
-sha256sums=('3bd83d3e7dfa0f9b981d2dba62d26eabe9c59a98c6a8ee537adb490c058cf598')
+sha256sums=('74650b9bf154a8f214d754729a38776479d5002a88261869e99db80e63e9d6b8')
build() {
cd $_pkgname-$pkgver