0.0.1-2 - add jq to depends
This commit is contained in:
parent
10e2b0ddf8
commit
6ed898a12c
1 changed files with 2 additions and 2 deletions
4
APKBUILD
4
APKBUILD
|
@ -1,12 +1,12 @@
|
|||
# Maintainer: LinuxSquare <linuxsquare@noveria.org>
|
||||
pkgname=repo-mgmt
|
||||
pkgver=0.1.1
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
pkgdesc="Noveria Alpine Linux repository build management"
|
||||
url="https://git.noveria.org/NoveriaOS/repo-mgmt"
|
||||
arch="x86_64"
|
||||
license="AGPL-v3.0"
|
||||
depends="rsync podman bash"
|
||||
depends="rsync podman bash jq"
|
||||
source="$pkgname-$pkgver.tar.gz::https://git.noveria.org/NoveriaOS/$pkgname/archive/$pkgver.tar.gz"
|
||||
options="!check"
|
||||
|
||||
|
|
Loading…
Reference in a new issue