summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAUR updater2024-01-16 16:11:14 +0000
committerAUR updater2024-01-16 16:11:14 +0000
commitc2cc7bbe72f3232a39492def7bbc95ad21c4ac8f (patch)
treeda9eed3c89c4cc142bf1999da69971d8bb29b15f
parent3d6f2b709b720216ddbdec7d5e5606dd61a6aff6 (diff)
downloadaur-python-gitlab-registry-usage.tar.gz
Update to version 0.3.3
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a780c35467da..a55226dd28c6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-gitlab-registry-usage
pkgdesc = A package for querying the size of repositories in a GitLab registry.
- pkgver = 0.3.2
+ pkgver = 0.3.3
pkgrel = 1
url = https://github.com/sciapp/gitlab-registry-usage
arch = any
@@ -10,8 +10,7 @@ pkgbase = python-gitlab-registry-usage
depends = python-pyopenssl
depends = python-requests
depends = python-yacl
- source = https://github.com/sciapp/gitlab-registry-usage/archive/v0.3.2.tar.gz
- sha256sums = e8f4023bc2cf89f604513e120428aacd251e6a8538186e49611097c353a03c7f
+ source = https://github.com/sciapp/gitlab-registry-usage/archive/v0.3.3.tar.gz
+ sha256sums = cd1468ca23efca7790d840af5f9ab2523841c861d8428440280b505ac595f722
pkgname = python-gitlab-registry-usage
-
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