summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJiachen Yang2017-10-17 18:08:37 +0900
committerJiachen Yang2017-10-17 18:08:37 +0900
commit7998da11a3a99f706c557623e45aa66e86866c1b (patch)
tree15e8efe53ba656ca83d6c569fd886429c545a72d
parent3bbf3243de553914cc0e1c5eed49e31af677dcee (diff)
downloadaur-7998da11a3a99f706c557623e45aa66e86866c1b.tar.gz
pkgtools: remove abs as optdepends
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index aeb4de97e888..321e7a241867 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = pkgtools
pkgdesc = A collection of scripts for Arch Linux packages
pkgver = 25
- pkgrel = 7
+ pkgrel = 8
url = https://bbs.archlinux.org/viewtopic.php?pid=384196
install = pkgtools.install
arch = any
@@ -11,7 +11,6 @@ pkgbase = pkgtools
depends = pcre
depends = libarchive
depends = python
- optdepends = abs: Provides PKGBUILD prototypes for newpkg
optdepends = gem2arch: Create PKGBUILD from Ruby Gem Package
optdepends = pkgfile: Required to use pkgconflict
optdepends = namcap: Package analyzer
diff --git a/PKGBUILD b/PKGBUILD
index 4577b4d4af8b..ca0c462750e4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@
pkgname=pkgtools
pkgver=25
-pkgrel=7
+pkgrel=8
pkgdesc="A collection of scripts for Arch Linux packages"
arch=('any')
url="https://bbs.archlinux.org/viewtopic.php?pid=384196"
@@ -16,7 +16,7 @@ depends=('coreutils' # for comm in whoneeds
'pcre'
'libarchive'
'python')
-optdepends=('abs: Provides PKGBUILD prototypes for newpkg'
+optdepends=(
'gem2arch: Create PKGBUILD from Ruby Gem Package'
'pkgfile: Required to use pkgconflict'
'namcap: Package analyzer')