summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorkewl fft2019-10-23 14:30:36 +0100
committerkewl fft2019-10-23 14:30:36 +0100
commit50294bec1ba534524c9372146d238a0324ec7ac7 (patch)
tree9209752dd570ad04133dbe3615061a6d96505267 /PKGBUILD
parentcf58da2d9175c79d4de17d7edc2850a08e09c8ec (diff)
downloadaur-50294bec1ba534524c9372146d238a0324ec7ac7.tar.gz
Update to version 1.2-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index dbd5927926d6..8d247c5ffc77 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname='python-pandas_market_calendars'
_pkgname=${pkgname#python-}
-pkgver=1.1
+pkgver=1.2
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=('828178d434173f439553fa33ed3b9d40d70202f2cbf4247bb3fd42e5fcbb5acd')
+sha256sums=('d661ef9f723b817b2e9dead72bc37ca03909d5087a9f6704d77645e9b1dd4db7')
build() {
cd $_pkgname-$pkgver