summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-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')