summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAUR updater2021-03-16 13:08:07 +0000
committerAUR updater2021-03-16 13:08:07 +0000
commit3553759e00e77dad8920709846ed832672e77a46 (patch)
tree8e31e1b13e5dfac5027b4b493a3326b896841ca8 /PKGBUILD
parent10e64233717b14a110e05086c2b2fb120ea5b801 (diff)
downloadaur-3553759e00e77dad8920709846ed832672e77a46.tar.gz
Update to version 0.3.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 4bb149180451..fc43092cb787 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Ingo Meyer <i.meyer@fz-juelich.de>
pkgname="python-gitlab-registry-usage"
-pkgver="0.2.8"
-pkgrel="3"
+pkgver="0.3.0"
+pkgrel="1"
pkgdesc="A package for querying the size of repositories in a GitLab registry."
arch=("any")
url="https://github.com/sciapp/gitlab-registry-usage"
@@ -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=("2b3505e6138e5771935091b5d38da54ffa26ab28403060f22359a449736e838c")
+sha256sums=("c9de631e142a17039fdc7980fc1faac601a38b28b957e75e7bb940eb290be9b4")
build() {
cd "${srcdir}/${pkgname#*-}-${pkgver}" || return