summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAUR updater2020-06-27 06:18:42 +0000
committerAUR updater2020-06-27 06:18:42 +0000
commit7a827ca403f55a7176bcc2ae431ac84ca0aff907 (patch)
tree90bc4ba1056d82e0a9fa23f543770360c7bd9fef /PKGBUILD
parent2beb85b0e5e7a8fed197bd869296c77ad2e83438 (diff)
downloadaur-7a827ca403f55a7176bcc2ae431ac84ca0aff907.tar.gz
Update to version 0.2.8
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index bb8c270808f7..5fdc4fb7f6f0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Ingo Heimbach <i.heimbach@fz-juelich.de>
pkgname="python-gitlab-registry-usage"
-pkgver="0.2.7"
+pkgver="0.2.8"
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")
makedepends=("python-setuptools")
source=("https://github.com/sciapp/gitlab-registry-usage/archive/v${pkgver}.tar.gz")
-sha256sums=("51e899baef01afb20585c388a56a2dc76fcd98aa3c2af0d50048bd10d61a2ecf")
+sha256sums=("2b3505e6138e5771935091b5d38da54ffa26ab28403060f22359a449736e838c")
build() {
cd "${srcdir}/${pkgname#*-}-${pkgver}" || return