summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorWill Handley2021-12-31 14:04:13 +0000
committerWill Handley2021-12-31 14:04:13 +0000
commit9ef7b61bf14a96e4e7c26b2fea1edb260e855649 (patch)
tree5265b65de009c7435e31ee4b1da974e7a1ef6007
parent2e0ba1b24d6bb1cfe97d9b31478e3dfb4a3562be (diff)
downloadaur-9ef7b61bf14a96e4e7c26b2fea1edb260e855649.tar.gz
UPdated
-rw-r--r--.SRCINFO9
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ee8024782ecb..d72ad71b9553 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = python-scholarly
pkgdesc = Retrieve author and publication information from Google Scholar in a friendly, Pythonic way
- pkgver = 1.0.2
- pkgrel = 2
+ pkgver = 1.5.1
+ pkgrel = 1
url = https://github.com/OrganicIrradiation/scholarly
arch = any
license = Unlicense
@@ -17,8 +17,7 @@ pkgbase = python-scholarly
depends = python-selenium
depends = python-stem
options = !emptydirs
- source = https://github.com/OrganicIrradiation/scholarly/archive/v1.0.2.tar.gz
- sha256sums = 395c1e68387c7c85cfeb740afac90b75c40e8c906c54f79c7fab0b1edf82a837
+ source = https://github.com/OrganicIrradiation/scholarly/archive/v1.5.1.tar.gz
+ sha256sums = c71da5e8733e497ca16a8e058180e5c4a9b527235ea3c8a39c91c3b5fb56220d
pkgname = python-scholarly
-
diff --git a/PKGBUILD b/PKGBUILD
index e1832a018699..66f9985cd988 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
# Maintainer: Paul Irofti <paul@irofti.net>
_modulename=scholarly
pkgname=python-$_modulename
-pkgver=1.0.2
-pkgrel=2
+pkgver=1.5.1
+pkgrel=1
pkgdesc="Retrieve author and publication information from Google Scholar in a friendly, Pythonic way"
arch=(any)
url="https://github.com/OrganicIrradiation/scholarly"
@@ -20,7 +20,7 @@ backup=()
options=(!emptydirs)
install=
source=("${url}/archive/v${pkgver}.tar.gz")
-sha256sums=('395c1e68387c7c85cfeb740afac90b75c40e8c906c54f79c7fab0b1edf82a837')
+sha256sums=('c71da5e8733e497ca16a8e058180e5c4a9b527235ea3c8a39c91c3b5fb56220d')
package() {
cd "$srcdir/$(tar -tf v${pkgver}.tar.gz | head -n1)"