diff --git a/.SRCINFO b/.SRCINFO index c455ad7..e0e7f27 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,11 +1,12 @@ pkgbase = aurutils pkgdesc = helper tools for the arch user repository pkgver = 3.0.0 - pkgrel = 1 + pkgrel = 2 url = https://github.com/AladW/aurutils changelog = aurutils.changelog arch = any license = custom:ISC + makedepends = signify depends = git depends = jq depends = pacutils diff --git a/PKGBUILD b/PKGBUILD index 731511a..5ae7047 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,7 +1,7 @@ # Maintainer: Alad Wenter pkgname=aurutils pkgver=3.0.0 -pkgrel=1 +pkgrel=2 pkgdesc='helper tools for the arch user repository' url='https://github.com/AladW/aurutils' arch=('any') @@ -14,6 +14,7 @@ sha256sums=('b28da1527b2c6dddbe3aa00f79a0264b54fb671796f1fd9d03cb2f46e9cae8f9' 'SKIP' 'f11d869b344b01acb229db00fcd40f72a6ee1d3b080b0bc2870001ed94f99dc9') depends=('git' 'jq' 'pacutils' 'curl') +makedepends=('signify') optdepends=('bash-completion: bash completion' 'zsh: zsh completion' 'devtools: aur-chroot'