summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorIngo Heimbach2020-04-24 16:18:47 +0200
committerIngo Heimbach2020-04-24 16:20:32 +0200
commit58a1faf7221c772d51fa35631b32faf3dbfd945f (patch)
tree3954081f85c4ce831af99696a033aa9153c63453
parentfcd5ab363e718e67e9d2f11e95b0993e49ebb86e (diff)
downloadaur-58a1faf7221c772d51fa35631b32faf3dbfd945f.tar.gz
Fix the package description
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1a87a9cd1732..f3e9a82259f3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = python-gitlab-registry-usage
- pkgdesc = An extension for flask-restful to support the creation of APIs conforming to HAL.
+ pkgdesc = A package for querying the size of repositories in a GitLab registry.
pkgver = 0.2.6
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/sciapp/gitlab-registry-usage
arch = any
license = MIT
diff --git a/PKGBUILD b/PKGBUILD
index 4aec2e929898..9dcaba98e780 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
pkgname="python-gitlab-registry-usage"
pkgver="0.2.6"
-pkgrel="1"
-pkgdesc="An extension for flask-restful to support the creation of APIs conforming to HAL."
+pkgrel="2"
+pkgdesc="A package for querying the size of repositories in a GitLab registry."
arch=("any")
url="https://github.com/sciapp/gitlab-registry-usage"
license=("MIT")