aurutils: add signify to makedepends
This commit is contained in:
parent
7f3209c980
commit
d65f44c603
2 changed files with 4 additions and 2 deletions
3
.SRCINFO
3
.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
|
||||
|
|
3
PKGBUILD
3
PKGBUILD
|
@ -1,7 +1,7 @@
|
|||
# Maintainer: Alad Wenter <https://github.com/AladW>
|
||||
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'
|
||||
|
|
Loading…
Reference in a new issue