summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorngvx2020-10-04 00:52:16 +0200
committerngvx2020-10-04 00:52:16 +0200
commit062b135fae918b620091596927b7b1087b260f95 (patch)
treeab2329b77de85653aaf9e782109e5aa22566d85b
parent8ab2bda52c1066e440c76d06e4f14eaa4d072cb0 (diff)
downloadaur-062b135fae918b620091596927b7b1087b260f95.tar.gz
update to 2.14.3
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 8eb0568cce92..ba40766042f1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
pkgbase=python-hydrus
pkgname=("python-hydrus")
-pkgver=2.12.0
+pkgver=2.14.3
pkgrel=1
pkgdesc="Python module implementing the Hydrus API."
arch=("any")
@@ -9,7 +9,7 @@ license=("GPLv3")
depends=("python" "python-requests")
makedepends=("python-poetry" "python-pip" "python-requests")
source=("https://gitlab.com/cryzed/hydrus-api/-/archive/v${pkgver}/hydrus-api-v${pkgver}.tar.gz")
-sha512sums=('605d269c23011ecb6658f60e2e608a87b23316079fd563fc6c418bb315f6d21ab602cd6a30566340bb10d96fa2daee35b5e09f7e979a4128b6f6f8af0e7a13c4')
+sha512sums=('c415d3997d8234ff39f9174b053bf49ee7b64d3c4ac92207b284f50381cb0fcd7695122eabd97f52982928fafdf51eed06e3a28f3c1cc3082bce92a2e9679d1b')
prepare() {
export HOME=$(mktemp -d) # Don't create a virtual environment inside the user's home dir