diff options
author | kewl fft | 2020-09-05 07:57:32 -0400 |
---|---|---|
committer | kewl fft | 2020-09-05 07:57:32 -0400 |
commit | 145a9265590fa3d779b0be196634dee07356efec (patch) | |
tree | 1cd3cf2e93df7af61dd1c4c401da226539f291bb | |
parent | 811ac0e4e1a447a89c0cd56631bdb566d70c7c93 (diff) | |
download | aur-145a9265590fa3d779b0be196634dee07356efec.tar.gz |
Update to version 1.5.0-1
-rw-r--r-- | .SRCINFO | 6 | ||||
-rw-r--r-- | PKGBUILD | 4 |
2 files changed, 5 insertions, 5 deletions
@@ -1,6 +1,6 @@ pkgbase = python-pandas_market_calendars pkgdesc = Market and exchange trading calendars for pandas - pkgver = 1.4.2 + pkgver = 1.5.0 pkgrel = 1 url = https://github.com/rsheftel/pandas_market_calendars arch = any @@ -8,8 +8,8 @@ pkgbase = python-pandas_market_calendars makedepends = python-setuptools depends = python-pytz depends = python-pandas - source = https://files.pythonhosted.org/packages/source/p/pandas_market_calendars/pandas_market_calendars-1.4.2.tar.gz - sha256sums = 8df5470818dfc71a3eda045e05532650bace51a1b55d1d2411ba1d7d5b323c1e + source = https://files.pythonhosted.org/packages/source/p/pandas_market_calendars/pandas_market_calendars-1.5.0.tar.gz + sha256sums = 3102ee0af4f5ed14dd2fcf4579df1da8801de4660aad8e10c62656f1bf21d4c8 pkgname = python-pandas_market_calendars @@ -2,7 +2,7 @@ pkgname='python-pandas_market_calendars' _pkgname=${pkgname#python-} -pkgver=1.4.2 +pkgver=1.5.0 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=('8df5470818dfc71a3eda045e05532650bace51a1b55d1d2411ba1d7d5b323c1e') +sha256sums=('3102ee0af4f5ed14dd2fcf4579df1da8801de4660aad8e10c62656f1bf21d4c8') build() { cd $_pkgname-$pkgver |