summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
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