summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJiachen Yang2021-08-29 12:13:34 +0900
committerJiachen Yang2021-08-29 12:13:34 +0900
commita76063cf13a58b335169cf7cbb1ccd81e18c49d7 (patch)
tree62a6cd030e5d1e45cd58ed23b66b7c8e5a6afdbe
parent7998da11a3a99f706c557623e45aa66e86866c1b (diff)
downloadaur-a76063cf13a58b335169cf7cbb1ccd81e18c49d7.tar.gz
add pacman-contrib dependency
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index ca0c462750e4..b42f75c33492 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@
pkgname=pkgtools
pkgver=25
-pkgrel=8
+pkgrel=9
pkgdesc="A collection of scripts for Arch Linux packages"
arch=('any')
url="https://bbs.archlinux.org/viewtopic.php?pid=384196"
@@ -18,6 +18,7 @@ depends=('coreutils' # for comm in whoneeds
'python')
optdepends=(
'gem2arch: Create PKGBUILD from Ruby Gem Package'
+ 'pacman-contrib: whoneeds require pactree'
'pkgfile: Required to use pkgconflict'
'namcap: Package analyzer')
provides=('newpkg' 'pip2arch')