summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorIngo Heimbach2020-06-27 08:19:33 +0200
committerIngo Heimbach2020-06-27 08:19:33 +0200
commitc73cb13c6eb4d116b3bc88f96ccf73a744666485 (patch)
tree8e6a36bb93e5f10ddcd66538b2d88d232f3dea1a /PKGBUILD
parent7a827ca403f55a7176bcc2ae431ac84ca0aff907 (diff)
downloadaur-c73cb13c6eb4d116b3bc88f96ccf73a744666485.tar.gz
Add "python-yacl" as package dependency
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 5fdc4fb7f6f0..bdb33f9fa9f9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,12 +2,12 @@
pkgname="python-gitlab-registry-usage"
pkgver="0.2.8"
-pkgrel="1"
+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")
-depends=("python" "python-pyopenssl" "python-requests")
+depends=("python" "python-pyopenssl" "python-requests" "python-yacl")
makedepends=("python-setuptools")
source=("https://github.com/sciapp/gitlab-registry-usage/archive/v${pkgver}.tar.gz")
sha256sums=("2b3505e6138e5771935091b5d38da54ffa26ab28403060f22359a449736e838c")