summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJP-Ellis2019-05-03 23:11:34 +1000
committerJP-Ellis2019-05-03 23:11:34 +1000
commitdc9777f8c04f894b0221472d1114680b27ec058c (patch)
tree958ce3b63e9acb0c65bc55d0d4ffa1d9c85e7e1b
parentea24cb75eaf98837dcbcabfd8031b3245fb9fa75 (diff)
downloadaur-dc9777f8c04f894b0221472d1114680b27ec058c.tar.gz
Update version to 2.0.1
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8fe85e3bb8da..5f8b56773ea1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,14 @@
-# Generated by mksrcinfo v8
-# Wed Oct 31 22:48:36 UTC 2018
pkgbase = python-pylibgen
pkgdesc = Python interface to Library Genesis.
- pkgver = 1.3.1
- pkgrel = 2
+ pkgver = 2.0.1
+ pkgrel = 1
url = https://pypi.org/project/pylibgen/
arch = any
license = GPL
makedepends = python-setuptools
depends = python
- source = https://files.pythonhosted.org/packages/source/p/pylibgen/pylibgen-1.3.1.tar.gz
- sha256sums = 303b0f279504c6b97f7619835bc9005bdadf9860c8b7a5d8204b189747c471e7
+ source = https://files.pythonhosted.org/packages/source/p/pylibgen/pylibgen-2.0.1.tar.gz
+ sha256sums = 3c2a82b47cb7225dcf4ecea27081b0185ae4d195499140cdbb9597d914e1ae9e
pkgname = python-pylibgen
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() {