summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorkewl fft2018-02-25 20:08:26 +0000
committerkewl fft2018-02-25 20:08:26 +0000
commitec22538d52557af00e7224ac0fea8e0b69612cf5 (patch)
treefb21bdf7a872972f3ff3040a564f52e6894be9f8 /PKGBUILD
parent845fbb452abbed424da4d2e300c31fa7f98a0627 (diff)
downloadaur-ec22538d52557af00e7224ac0fea8e0b69612cf5.tar.gz
"Update to version {}"
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 9d5e7cb121ad..6ce69fcc3417 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
pkgname='python-pandas_market_calendars'
_pkgname=${pkgname#python-}
-pkgver=0.14
-pkgrel=2
+pkgver=0.15
+pkgrel=1
pkgdesc="Market and exchange trading calendars for pandas"
arch=('x86_64')
depends=('python-six' 'python-pytz' 'python-pandas')
@@ -11,7 +11,7 @@ makedepends=('python-setuptools')
url="https://github.com/rsheftel/pandas_market_calendars"
license=('MIT')
source=("https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz")
-sha256sums=('3b120e85336bc04f773bf271806d7adfb3a19a7f1c4378da2a771083ec5d2af2')
+sha256sums=('9a5d62e447a4a971165a9b849875bb2e44fc46dfaf87321fa41b1d0ff2dc4171')
build() {
cd $_pkgname-$pkgver