summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorthanx2016-03-28 21:42:44 +0200
committerthanx2016-03-28 21:42:44 +0200
commit4be48850101a3e32e9e4ae89e3ba86cdbc22a9d6 (patch)
tree0a30ea800b45614095119396d27ad36d02e68a0a
parent9651381bf57cb2d0e93cc6273d42d74997c01cfd (diff)
downloadaur-4be48850101a3e32e9e4ae89e3ba86cdbc22a9d6.tar.gz
Inital package
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD3
2 files changed, 1 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 204687f71475..c01c24a11814 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Mon Mar 28 19:35:45 UTC 2016
+# Mon Mar 28 19:42:32 UTC 2016
pkgbase = exploit-db-git
pkgdesc = The Exploit Database (EDB) an ultimate archive of exploits and vulnerable software - A collection of hacks
pkgver = git
diff --git a/PKGBUILD b/PKGBUILD
index b61a183e4d1a..e97ddefe9ec9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -21,9 +21,6 @@ pkgver() {
package() {
- # The script
- #install -Dm755 $srcdir/exploit-db.sh $pkgdir/usr/bin/exploit-db
-
# The database
chmod -R 644 "$srcdir/${_gitname}"
chmod -R a+X "$srcdir/${_gitname}"