summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorHythlodaeus2016-05-29 20:14:12 +0000
committerHythlodaeus2016-05-29 20:14:12 +0000
commit0015c07d9802fefa371d51ff99665938e3944091 (patch)
treeecdf312b0be647104a448d98ba4777df5ead963d /PKGBUILD
parent0d11f1e1c6993d709d0e3db6df51cec8cc3cda14 (diff)
downloadaur-0015c07d9802fefa371d51ff99665938e3944091.tar.gz
Changes to PKGBUILD
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD16
1 files changed, 1 insertions, 15 deletions
diff --git a/PKGBUILD b/PKGBUILD
index a0f79bea62f9..8c66abc1fc98 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,28 +2,14 @@
pkgname=unix-privesc-check
pkgver=1.4
pkgrel=1
-epoch=
pkgdesc="A script to find misconfigurations that could allow user
privilege escalation in UNIX systems"
-arch=(x86_64 i686)
+arch=('any')
url="http://pentestmonkey.net/tools/audit/unix-privesc-check"
license=('GPLv2')
-groups=()
-depends=()
-makedepends=()
-checkdepends=()
-optdepends=()
provides=('unix-privesc-check')
-conflicts=()
-replaces=()
-backup=()
-options=()
-install=
-changelog=
source=("http://pentestmonkey.net/tools/unix-privesc-check/unix-privesc-check-1.4.tar.gz")
-noextract=()
md5sums=(SKIP)
-validpgpkeys=()
package() {
cd "$pkgname-$pkgver"