summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAUR updater2020-04-25 10:18:43 +0000
committerAUR updater2020-04-25 10:18:43 +0000
commit2beb85b0e5e7a8fed197bd869296c77ad2e83438 (patch)
tree018bb78ab0d1326dcec93359d239672fb7d5e4ec /PKGBUILD
parent58a1faf7221c772d51fa35631b32faf3dbfd945f (diff)
downloadaur-2beb85b0e5e7a8fed197bd869296c77ad2e83438.tar.gz
Update to version 0.2.7
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 9dcaba98e780..bb8c270808f7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Ingo Heimbach <i.heimbach@fz-juelich.de>
pkgname="python-gitlab-registry-usage"
-pkgver="0.2.6"
-pkgrel="2"
+pkgver="0.2.7"
+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")
makedepends=("python-setuptools")
source=("https://github.com/sciapp/gitlab-registry-usage/archive/v${pkgver}.tar.gz")
-sha256sums=("927f814926df1abd8c5ccda31bbb06d54f4a7e9d74922bcdc507ddc801122a6c")
+sha256sums=("51e899baef01afb20585c388a56a2dc76fcd98aa3c2af0d50048bd10d61a2ecf")
build() {
cd "${srcdir}/${pkgname#*-}-${pkgver}" || return