summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorWill Handley2021-02-13 09:10:39 +0000
committerWill Handley2021-02-13 09:10:39 +0000
commitb431a98fbd006ec448c803a4ddb6ac804227747c (patch)
tree3adc3aaec7dccf0d17fa5197c9c8a1acbd01b5e9
parentc0aace7bd7ffd9e17cc6b746dc25eb2e57be5259 (diff)
downloadaur-b431a98fbd006ec448c803a4ddb6ac804227747c.tar.gz
1.0
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 24c5c4a3acde..22efd6845233 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 = 0.5.1
- pkgrel = 2
+ pkgver = 1.0.2
+ pkgrel = 1
url = https://github.com/OrganicIrradiation/scholarly
arch = any
license = Unlicense
@@ -12,8 +12,8 @@ pkgbase = python-scholarly
depends = python-bibtexparser
depends = python-requests
options = !emptydirs
- source = https://github.com/OrganicIrradiation/scholarly/archive/v0.5.1.tar.gz
- sha256sums = 08cbd119e6fa4d101379190fd672cf9d330dca43affa1b621c70ed1125a42934
+ source = https://github.com/OrganicIrradiation/scholarly/archive/v1.0.2.tar.gz
+ sha256sums = 395c1e68387c7c85cfeb740afac90b75c40e8c906c54f79c7fab0b1edf82a837
pkgname = python-scholarly
diff --git a/PKGBUILD b/PKGBUILD
index 24a074033dc6..cc89dbff2d5b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Will Handley <wh260@cam.ac.uk> (aur.archlinux.org/account/wjhandley)
_modulename=scholarly
pkgname=python-$_modulename
-pkgver=0.5.1
-pkgrel=2
+pkgver=1.0.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"
@@ -17,7 +17,7 @@ backup=()
options=(!emptydirs)
install=
source=("${url}/archive/v${pkgver}.tar.gz")
-sha256sums=('08cbd119e6fa4d101379190fd672cf9d330dca43affa1b621c70ed1125a42934')
+sha256sums=('395c1e68387c7c85cfeb740afac90b75c40e8c906c54f79c7fab0b1edf82a837')
package() {
cd "$srcdir/$(tar -tf v${pkgver}.tar.gz | head -n1)"