summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAUR updater2020-04-25 10:18:43 +0000
committerAUR updater2020-04-25 10:18:43 +0000
commit2beb85b0e5e7a8fed197bd869296c77ad2e83438 (patch)
tree018bb78ab0d1326dcec93359d239672fb7d5e4ec
parent58a1faf7221c772d51fa35631b32faf3dbfd945f (diff)
downloadaur-2beb85b0e5e7a8fed197bd869296c77ad2e83438.tar.gz
Update to version 0.2.7
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f3e9a82259f3..ac47fe597146 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = python-gitlab-registry-usage
pkgdesc = A package for querying the size of repositories in a GitLab registry.
- pkgver = 0.2.6
- pkgrel = 2
+ pkgver = 0.2.7
+ pkgrel = 1
url = https://github.com/sciapp/gitlab-registry-usage
arch = any
license = MIT
@@ -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.6.tar.gz
- sha256sums = 927f814926df1abd8c5ccda31bbb06d54f4a7e9d74922bcdc507ddc801122a6c
+ source = https://github.com/sciapp/gitlab-registry-usage/archive/v0.2.7.tar.gz
+ sha256sums = 51e899baef01afb20585c388a56a2dc76fcd98aa3c2af0d50048bd10d61a2ecf
pkgname = python-gitlab-registry-usage
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