summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorWill Handley2022-08-25 22:01:57 +0100
committerWill Handley2022-08-25 22:01:57 +0100
commit9141480f5ce6299179cdca846ccb64894b0c01ca (patch)
treea8791d8260e6a4cb623e818991283bc3bc6ed1e3 /PKGBUILD
parentfee1e18eba13bef911b056e035acac035bcd15fa (diff)
downloadaur-python-scholarly.tar.gz
1.7.2
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index f31fafbd79f8..aa56c064ddd9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
# Maintainer: Paul Irofti <paul@irofti.net>
pkgname=python-scholarly
_name=${pkgname#python-}
-pkgver=1.5.1
-pkgrel=3
+pkgver=1.7.2
+pkgrel=1
pkgdesc="Retrieve author and publication information from Google Scholar in a friendly, Pythonic way"
arch=(any)
url="https://github.com/OrganicIrradiation/scholarly"
@@ -18,7 +18,7 @@ backup=()
options=(!emptydirs)
install=
source=("https://files.pythonhosted.org/packages/source/${_name::1}/$_name/$_name-$pkgver.tar.gz")
-sha256sums=(c322e23321fcc0491da62b9ccbfccc2b76780b94487fc8e61a1a429a058e2cde)
+sha256sums=(558ed93cc64d0e87585e4a23046ee071297e60b2a57da4f06cddb5129493d49a)
build() {
cd "$srcdir/$_name-$pkgver"