summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorngvx2021-12-09 20:13:04 +0100
committerngvx2021-12-09 20:13:04 +0100
commit362007032f52c8644de3b053d550769c504f233c (patch)
tree4302e640e89650023011ffc17a65f86aeebd5c94
parent38689183ed51f7da20ace30b39f525f909b89143 (diff)
downloadaur-362007032f52c8644de3b053d550769c504f233c.tar.gz
update to 3.22.2
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b6230e88b9be..bbb1aef8c9de 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-hydrus
pkgdesc = Python module implementing the Hydrus API.
- pkgver = 3.22.1
+ pkgver = 3.22.2
pkgrel = 1
url = https://gitlab.com/cryzed/hydrus-api
arch = any
@@ -10,7 +10,7 @@ pkgbase = python-hydrus
makedepends = python-requests
depends = python
depends = python-requests
- source = https://gitlab.com/cryzed/hydrus-api/-/archive/v3.22.1/hydrus-api-v3.22.1.tar.gz
- sha512sums = 88967f1aa9ae8428aa112929bcf0dae5e993899841aa6d6351e375ee5bafca3424417c904b2cf2c737955e6900fc05d2e4b82a13a31661a1df5cb2ee322997f1
+ source = https://gitlab.com/cryzed/hydrus-api/-/archive/v3.22.2/hydrus-api-v3.22.2.tar.gz
+ sha512sums = a593177d273cad2287ebcbe166f54c861b3419fedb859604a2ad0721e718b9d69915176e869a5abef4f0a06cc2d9d0e9a69c3cfd7bd390cbb67e619fbe6a7060
pkgname = python-hydrus
diff --git a/PKGBUILD b/PKGBUILD
index 32898dc5a23e..1aff2b3e7ca5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
pkgbase=python-hydrus
pkgname=("python-hydrus")
-pkgver=3.22.1
+pkgver=3.22.2
pkgrel=1
pkgdesc="Python module implementing the Hydrus API."
arch=("any")
@@ -9,7 +9,7 @@ license=("AGPLv3")
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=('88967f1aa9ae8428aa112929bcf0dae5e993899841aa6d6351e375ee5bafca3424417c904b2cf2c737955e6900fc05d2e4b82a13a31661a1df5cb2ee322997f1')
+sha512sums=('a593177d273cad2287ebcbe166f54c861b3419fedb859604a2ad0721e718b9d69915176e869a5abef4f0a06cc2d9d0e9a69c3cfd7bd390cbb67e619fbe6a7060')
prepare() {
export HOME=$(mktemp -d) # Don't create a virtual environment inside the user's home dir