summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorStefan Auditor2016-05-31 11:38:16 +0200
committerStefan Auditor2016-05-31 11:38:16 +0200
commit7d1eec50d652977cfe831fb0b1f2c9b5a04396fa (patch)
tree4e0bd889dbef100c34f1bdfec9ec1c5d45f01b01 /PKGBUILD
parentfd45612857f1928669daf7802547587369941e94 (diff)
downloadaur-7d1eec50d652977cfe831fb0b1f2c9b5a04396fa.tar.gz
Inform the user of post-install configuration needs.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 949053166146..4b6342b72f4e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,13 +6,14 @@ _pkgname=php-codesniffer-drupal
pkgname=${_pkgname}
pkgver=8.x_2.7
_pkgver=${pkgver//[_]/-}
-pkgrel=1
+pkgrel=2
pkgdesc="Drupal coding standard for PHP_CodeSniffer"
arch=("any")
url="http://drupal.org/project/coder"
license=("GPL")
depends=("php-codesniffer")
makedepends=("git")
+install=${_pkgname}.install
source=("${_pkgname}"::"git+https://git.drupal.org/project/coder.git")
sha512sums=('SKIP')