summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorWill Handley2020-12-02 09:12:46 +0000
committerWill Handley2020-12-02 09:12:46 +0000
commitc0aace7bd7ffd9e17cc6b746dc25eb2e57be5259 (patch)
treecb08503af61dbbd89bbe609764e3811eee5fd9a3
parent5780610714fe0fbadf137b0c751236568218c19c (diff)
downloadaur-c0aace7bd7ffd9e17cc6b746dc25eb2e57be5259.tar.gz
Python 3.9 bump
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3e2a138328d8..24c5c4a3acde 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 = 1
+ pkgrel = 2
url = https://github.com/OrganicIrradiation/scholarly
arch = any
license = Unlicense
diff --git a/PKGBUILD b/PKGBUILD
index 58e05940b951..24a074033dc6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_modulename=scholarly
pkgname=python-$_modulename
pkgver=0.5.1
-pkgrel=1
+pkgrel=2
pkgdesc="Retrieve author and publication information from Google Scholar in a friendly, Pythonic way"
arch=(any)
url="https://github.com/OrganicIrradiation/scholarly"