summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e3dc1d9b60ed..3c75775f0656 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-pandas_market_calendars
pkgdesc = Market and exchange trading calendars for pandas
- pkgver = 0.21.1
+ pkgver = 1.0
pkgrel = 1
url = https://github.com/rsheftel/pandas_market_calendars
arch = any
@@ -9,8 +9,8 @@ pkgbase = python-pandas_market_calendars
depends = python-six
depends = python-pytz
depends = python-pandas
- source = https://files.pythonhosted.org/packages/source/p/pandas_market_calendars/pandas_market_calendars-0.21.1.tar.gz
- sha256sums = 9ddec4988e57f0167a374120833742ca2f89ded901697626aacde41e2b10c048
+ source = https://files.pythonhosted.org/packages/source/p/pandas_market_calendars/pandas_market_calendars-1.0.tar.gz
+ sha256sums = a13040404475a56eb9b9ef41a7a2fd8d6922df8b30748271bac6369ce6d69571
pkgname = python-pandas_market_calendars
diff --git a/PKGBUILD b/PKGBUILD
index d1f4197cc748..9bc036cebb33 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname='python-pandas_market_calendars'
_pkgname=${pkgname#python-}
-pkgver=0.21.1
+pkgver=1.0
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=('9ddec4988e57f0167a374120833742ca2f89ded901697626aacde41e2b10c048')
+sha256sums=('a13040404475a56eb9b9ef41a7a2fd8d6922df8b30748271bac6369ce6d69571')
build() {
cd $_pkgname-$pkgver