summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorngvx2023-09-18 10:43:36 +0200
committerngvx2023-09-18 10:43:36 +0200
commitb503a647b3b05f467339f8d002a6b1c5a517c9e2 (patch)
tree86dd50a7da032bca23db07b75db7062e704e6058
parent362007032f52c8644de3b053d550769c504f233c (diff)
downloadaur-b503a647b3b05f467339f8d002a6b1c5a517c9e2.tar.gz
bump version
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index bbb1aef8c9de..6452a4051191 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-hydrus
pkgdesc = Python module implementing the Hydrus API.
- pkgver = 3.22.2
+ pkgver = 5.0.1
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.2/hydrus-api-v3.22.2.tar.gz
- sha512sums = a593177d273cad2287ebcbe166f54c861b3419fedb859604a2ad0721e718b9d69915176e869a5abef4f0a06cc2d9d0e9a69c3cfd7bd390cbb67e619fbe6a7060
+ source = https://gitlab.com/cryzed/hydrus-api/-/archive/v5.0.1/hydrus-api-v5.0.1.tar.gz
+ sha512sums = efd75d67d0bac32a746d7468e7c476f5ebb4044d18f5eec8de9723c9e00d81cf637b2a621b09ffedad6602f7a6461de5b8a6d6cc90f1b730141cbb4a6aae3e88
pkgname = python-hydrus
diff --git a/PKGBUILD b/PKGBUILD
index 1aff2b3e7ca5..c7e9fcfa7896 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
pkgbase=python-hydrus
pkgname=("python-hydrus")
-pkgver=3.22.2
+pkgver=5.0.1
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=('a593177d273cad2287ebcbe166f54c861b3419fedb859604a2ad0721e718b9d69915176e869a5abef4f0a06cc2d9d0e9a69c3cfd7bd390cbb67e619fbe6a7060')
+sha512sums=('efd75d67d0bac32a746d7468e7c476f5ebb4044d18f5eec8de9723c9e00d81cf637b2a621b09ffedad6602f7a6461de5b8a6d6cc90f1b730141cbb4a6aae3e88')
prepare() {
export HOME=$(mktemp -d) # Don't create a virtual environment inside the user's home dir