summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorkewl fft2018-03-18 09:31:50 +0000
committerkewl fft2018-03-18 09:31:50 +0000
commit23abe2ef8ad228c58078ab59eb982de594895526 (patch)
tree87aed135be5f4867719349524f27422567774e68 /PKGBUILD
parentec22538d52557af00e7224ac0fea8e0b69612cf5 (diff)
downloadaur-23abe2ef8ad228c58078ab59eb982de594895526.tar.gz
Update to version 0.15-2
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 6ce69fcc3417..9addf0028283 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,12 +3,12 @@
pkgname='python-pandas_market_calendars'
_pkgname=${pkgname#python-}
pkgver=0.15
-pkgrel=1
+pkgrel=2
pkgdesc="Market and exchange trading calendars for pandas"
arch=('x86_64')
depends=('python-six' 'python-pytz' 'python-pandas')
makedepends=('python-setuptools')
-url="https://github.com/rsheftel/pandas_market_calendars"
+url="https://github.com/rsheftel/$_pkgname"
license=('MIT')
source=("https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz")
sha256sums=('9a5d62e447a4a971165a9b849875bb2e44fc46dfaf87321fa41b1d0ff2dc4171')