summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAUR updater2020-06-27 06:18:42 +0000
committerAUR updater2020-06-27 06:18:42 +0000
commit7a827ca403f55a7176bcc2ae431ac84ca0aff907 (patch)
tree90bc4ba1056d82e0a9fa23f543770360c7bd9fef
parent2beb85b0e5e7a8fed197bd869296c77ad2e83438 (diff)
downloadaur-7a827ca403f55a7176bcc2ae431ac84ca0aff907.tar.gz
Update to version 0.2.8
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ac47fe597146..8ea55580cfa3 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.2.7
+ pkgver = 0.2.8
pkgrel = 1
url = https://github.com/sciapp/gitlab-registry-usage
arch = any
@@ -9,8 +9,8 @@ pkgbase = python-gitlab-registry-usage
depends = python
depends = python-pyopenssl
depends = python-requests
- source = https://github.com/sciapp/gitlab-registry-usage/archive/v0.2.7.tar.gz
- sha256sums = 51e899baef01afb20585c388a56a2dc76fcd98aa3c2af0d50048bd10d61a2ecf
+ source = https://github.com/sciapp/gitlab-registry-usage/archive/v0.2.8.tar.gz
+ sha256sums = 2b3505e6138e5771935091b5d38da54ffa26ab28403060f22359a449736e838c
pkgname = python-gitlab-registry-usage
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