summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAUR updater2021-03-16 14:07:14 +0000
committerAUR updater2021-03-16 14:07:14 +0000
commit19cd8ca22d58a11ddff326f7f3cb3f5619e2fd57 (patch)
treee30215bba27a73192095f7f710362112acfcef2d /PKGBUILD
parent3553759e00e77dad8920709846ed832672e77a46 (diff)
downloadaur-19cd8ca22d58a11ddff326f7f3cb3f5619e2fd57.tar.gz
Update to version 0.3.1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index fc43092cb787..810dc6b0f21a 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.0"
+pkgver="0.3.1"
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=("c9de631e142a17039fdc7980fc1faac601a38b28b957e75e7bb940eb290be9b4")
+sha256sums=("bf9cff1c867a1d090d6619ea9a367e0078faa08bfbee955781071d813a30f4ce")
build() {
cd "${srcdir}/${pkgname#*-}-${pkgver}" || return