summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAUR updater2021-03-17 08:22:38 +0000
committerAUR updater2021-03-17 08:22:38 +0000
commit3d6f2b709b720216ddbdec7d5e5606dd61a6aff6 (patch)
treea1ba648f0d5657f176dd391d1a029976d867a196 /PKGBUILD
parent19cd8ca22d58a11ddff326f7f3cb3f5619e2fd57 (diff)
downloadaur-3d6f2b709b720216ddbdec7d5e5606dd61a6aff6.tar.gz
Update to version 0.3.2
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 810dc6b0f21a..000403aad24d 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.1"
+pkgver="0.3.2"
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=("bf9cff1c867a1d090d6619ea9a367e0078faa08bfbee955781071d813a30f4ce")
+sha256sums=("e8f4023bc2cf89f604513e120428aacd251e6a8538186e49611097c353a03c7f")
build() {
cd "${srcdir}/${pkgname#*-}-${pkgver}" || return