summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohannes Schleifenbaum2016-02-15 11:08:45 +0100
committerJohannes Schleifenbaum2016-02-15 11:08:45 +0100
commit1846edbccf3e4ac0a5b1af65ae3e5d886b3f2499 (patch)
tree45c717b9fdf5107710cf41b3b90c0a12dff106de
parent256f1288b52c3469d0d972a39c60963406172688 (diff)
downloadaur-1846edbccf3e4ac0a5b1af65ae3e5d886b3f2499.tar.gz
remove install file
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD3
-rw-r--r--php-security-checker.install8
3 files changed, 3 insertions, 13 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 543d2ecf491f..c8154b4356b2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,10 @@
# Generated by mksrcinfo v8
-# Mon Feb 15 10:04:12 UTC 2016
+# Mon Feb 15 10:08:34 UTC 2016
pkgbase = php-security-checker
pkgdesc = PHP frontend for security.sensiolabs.org
pkgver = 3.0.2
- pkgrel = 3
+ pkgrel = 4
url = https://github.com/sensiolabs/security-checker
- install = php-security-checker.install
arch = any
license = MIT
makedepends = php-box
diff --git a/PKGBUILD b/PKGBUILD
index 9c07ecb3aaed..b0992ee94b57 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,14 +4,13 @@
_pkgbase=security-checker
pkgname="php-${_pkgbase}"
pkgver=3.0.2
-pkgrel=3
+pkgrel=4
pkgdesc="PHP frontend for security.sensiolabs.org"
url="https://github.com/sensiolabs/security-checker"
license=("MIT")
arch=("any")
depends=("php>=5.3.3")
makedepends=("php-box" "php-composer")
-install="${pkgname}.install"
source=(
"https://github.com/sensiolabs/${_pkgbase}/archive/v${pkgver}.zip"
)
diff --git a/php-security-checker.install b/php-security-checker.install
deleted file mode 100644
index 6c751a4a2686..000000000000
--- a/php-security-checker.install
+++ /dev/null
@@ -1,8 +0,0 @@
-post_install() {
- echo
- echo "php-security-checker is installed as executable 'php-security-checker'."
-}
-
-post_upgrade() {
- post_install
-} \ No newline at end of file