summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorLuis Martinez2021-10-14 02:26:46 -0500
committerLuis Martinez2021-10-14 02:26:46 -0500
commit5e8124a6599195c40a944700ba05469641172772 (patch)
tree0f75ebab8f187b4c5223fda78586d05394950be2 /PKGBUILD
parentf69ad99cf090c2287022768294f15d70ced7d42b (diff)
downloadaur-5e8124a6599195c40a944700ba05469641172772.tar.gz
update to 1.1.63
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 30aa98f81668..019ef00e06ba 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Dimitris Kiziridis <ragouel at outlook dot com>
pkgname=python-akshare
-pkgver=1.1.62
+pkgver=1.1.63
pkgrel=1
pkgdesc="Financial data interface library"
arch=('any')
@@ -30,7 +30,7 @@ depends=(
makedepends=('python-setuptools')
changelog=changelog.md
source=("$pkgname-$pkgver.tar.gz::https://github.com/jindaxiang/akshare/archive/v$pkgver.tar.gz")
-sha256sums=('a233245453b9b2d6fa6c3bdb4907750e8e7b63e17c86596bd682cadb03dc26eb')
+sha256sums=('5ff5fb1a0747e8506fd937fdbc33244efcdaab0d0f699ff7cf4a06a8dd32d5bc')
prepare() {
cd "akshare-$pkgver"