summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorkewl fft2021-05-07 19:51:59 +0100
committerkewl fft2021-05-07 19:51:59 +0100
commitc0d466ea2d7e2abe5daded5f8719a4b9763bb127 (patch)
treea61bcb1c4bada5724d450455d00e28c4c7191cea /PKGBUILD
parent486c1ecaa0bbbe9770152ce1e859d7a706952586 (diff)
downloadaur-c0d466ea2d7e2abe5daded5f8719a4b9763bb127.tar.gz
Update to version 1.7-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index f41e937b7f82..3699c53cafdc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Kewl <xrjy@nygb.rh.bet(rot13)>
-pkgname='python-pandas_market_calendars'
+pkgname=python-pandas_market_calendars
_pkgname=${pkgname#python-}
-pkgver=1.6.1
-pkgrel=2
+pkgver=1.7
+pkgrel=1
pkgdesc="Market and exchange trading calendars for pandas"
arch=('any')
depends=('python-pytz' 'python-pandas' 'python-trading_calendars')
@@ -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=('74650b9bf154a8f214d754729a38776479d5002a88261869e99db80e63e9d6b8')
+sha256sums=('706e5a9fac3e7722fa5875a230a0abc813128ffff3f36064da676b445017575d')
build() {
cd $_pkgname-$pkgver