summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJP-Ellis2019-05-03 23:11:34 +1000
committerJP-Ellis2019-05-03 23:11:34 +1000
commitdc9777f8c04f894b0221472d1114680b27ec058c (patch)
tree958ce3b63e9acb0c65bc55d0d4ffa1d9c85e7e1b /PKGBUILD
parentea24cb75eaf98837dcbcabfd8031b3245fb9fa75 (diff)
downloadaur-dc9777f8c04f894b0221472d1114680b27ec058c.tar.gz
Update version to 2.0.1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 8ded93527455..38bd668f2b70 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: JP-Ellis <josh@jpellis.me>
pkgname=python-pylibgen
_name=${pkgname#python-}
-pkgver=1.3.1
-pkgrel=2
+pkgver=2.0.1
+pkgrel=1
pkgdesc="Python interface to Library Genesis."
arch=('any')
url="https://pypi.org/project/pylibgen/"
@@ -11,7 +11,7 @@ depends=('python')
optdepends=()
makedepends=('python-setuptools')
source=("https://files.pythonhosted.org/packages/source/${_name::1}/${_name}/${_name}-${pkgver}.tar.gz")
-sha256sums=('303b0f279504c6b97f7619835bc9005bdadf9860c8b7a5d8204b189747c471e7')
+sha256sums=('3c2a82b47cb7225dcf4ecea27081b0185ae4d195499140cdbb9597d914e1ae9e')
noextract=()
build() {