summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAUR updater2020-04-24 09:00:10 +0000
committerAUR updater2020-04-24 09:00:10 +0000
commitfcd5ab363e718e67e9d2f11e95b0993e49ebb86e (patch)
tree60a8411d93078ce6c7ed603a9b8583bb774fa3a7 /PKGBUILD
parentcb659d4fb974bc7136da3d6c677f34e8771fa711 (diff)
downloadaur-fcd5ab363e718e67e9d2f11e95b0993e49ebb86e.tar.gz
Update to version 0.2.6
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 738c0328c5cc..4aec2e929898 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.5"
+pkgver="0.2.6"
pkgrel="1"
pkgdesc="An extension for flask-restful to support the creation of APIs conforming to HAL."
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=("3bd30eb2259097aeb430afb3ad4b1fe3f7ae19b9aa1ae779c984aa65817f5f9f")
+sha256sums=("927f814926df1abd8c5ccda31bbb06d54f4a7e9d74922bcdc507ddc801122a6c")
build() {
cd "${srcdir}/${pkgname#*-}-${pkgver}" || return