summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAUR updater2024-01-16 16:11:14 +0000
committerAUR updater2024-01-16 16:11:14 +0000
commitc2cc7bbe72f3232a39492def7bbc95ad21c4ac8f (patch)
treeda9eed3c89c4cc142bf1999da69971d8bb29b15f /PKGBUILD
parent3d6f2b709b720216ddbdec7d5e5606dd61a6aff6 (diff)
downloadaur-python-gitlab-registry-usage.tar.gz
Update to version 0.3.3
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 000403aad24d..6bb9e06ed66a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Ingo Meyer <i.meyer@fz-juelich.de>
pkgname="python-gitlab-registry-usage"
-pkgver="0.3.2"
+pkgver="0.3.3"
pkgrel="1"
pkgdesc="A package for querying the size of repositories in a GitLab registry."
arch=("any")
@@ -10,7 +10,7 @@ license=("MIT")
depends=("python" "python-pyopenssl" "python-requests" "python-yacl")
makedepends=("python-setuptools")
source=("https://github.com/sciapp/gitlab-registry-usage/archive/v${pkgver}.tar.gz")
-sha256sums=("e8f4023bc2cf89f604513e120428aacd251e6a8538186e49611097c353a03c7f")
+sha256sums=("cd1468ca23efca7790d840af5f9ab2523841c861d8428440280b505ac595f722")
build() {
cd "${srcdir}/${pkgname#*-}-${pkgver}" || return