summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorkewl fft2020-07-24 07:21:54 -0400
committerkewl fft2020-07-24 07:21:54 -0400
commitdaffd9e7e60165af77af512366fc0311dbbfa8e3 (patch)
tree3f726bf6f5f15fab43bca378aa6fe71019dd9ac9 /PKGBUILD
parente61bab8e6d4617c5164fc72f20fa6363443f5f0f (diff)
downloadaur-daffd9e7e60165af77af512366fc0311dbbfa8e3.tar.gz
Update to version 1.4.1-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 96439d20dd19..133b06f66b9b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
pkgname='python-pandas_market_calendars'
_pkgname=${pkgname#python-}
-pkgver=1.4.0
-pkgrel=2
+pkgver=1.4.1
+pkgrel=1
pkgdesc="Market and exchange trading calendars for pandas"
arch=('any')
depends=('python-pytz' 'python-pandas')
@@ -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=('adc4425f6c72522efd829d2e0da65ce5961b8ccc60a8fcebee99d7dea2463745')
+sha256sums=('90a74a223e2f68afbf465729881cf40f64fd94bacc48df4d69f6099c7f5e4887')
build() {
cd $_pkgname-$pkgver