summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorLuis Martinez2021-10-15 16:27:36 -0500
committerLuis Martinez2021-10-15 16:27:36 -0500
commitea3ba45334af403c8d32d151ec6a161f53c4829a (patch)
tree5a3a5c109f54f46c67986c6896248116ecab56e9 /PKGBUILD
parent5e8124a6599195c40a944700ba05469641172772 (diff)
downloadaur-ea3ba45334af403c8d32d151ec6a161f53c4829a.tar.gz
update to 1.1.65
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 019ef00e06ba..af1f6b059e0f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Dimitris Kiziridis <ragouel at outlook dot com>
pkgname=python-akshare
-pkgver=1.1.63
+pkgver=1.1.65
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=('5ff5fb1a0747e8506fd937fdbc33244efcdaab0d0f699ff7cf4a06a8dd32d5bc')
+sha256sums=('07f5d22898993a8f35fea04ae499c612b15436b3d215173d7d1323fe2fbe782c')
prepare() {
cd "akshare-$pkgver"