summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorWill Handley2019-08-22 15:58:56 +0100
committerWill Handley2019-08-22 15:58:56 +0100
commit702ddda7999a8ced50a705c965e385371e8f61a9 (patch)
treec1cbf7eec0ca8cec75886f5ddb59b44a6526d3d3 /PKGBUILD
parent81c199c5650a5b858239db584fce4e5c971b5b8e (diff)
downloadaur-702ddda7999a8ced50a705c965e385371e8f61a9.tar.gz
Updated to version 0.2.5
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index aafa632e0101..b42b9e416e75 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Will Handley <wh260@cam.ac.uk> (aur.archlinux.org/account/wjhandley)
_modulename=scholarly
pkgname=python-$_modulename
-pkgver=0.2.4
+pkgver=0.2.5
pkgrel=1
pkgdesc="Retrieve author and publication information from Google Scholar in a friendly, Pythonic way"
arch=(any)
@@ -17,7 +17,7 @@ backup=()
options=(!emptydirs)
install=
source=("${url}/archive/v${pkgver}.tar.gz")
-sha256sums=('cace82a7fb6c789eb4a8399e20f62cec5cc5f9c88a76c28f76d9bc2d0973b6eb')
+sha256sums=('73669ef708cc82241620af0ed69da4f4af637abbc76820ef78e2cf2e8a70d322')
package() {
cd "$srcdir/$(tar -tf v${pkgver}.tar.gz | head -n1)"