summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohannes Schleifenbaum2014-12-30 11:36:48 +0100
committerJohannes Schleifenbaum2014-12-30 11:36:48 +0100
commit7b4edc357a1641d7720c2f3250ceebf20a595fd7 (patch)
treed24912c0c4e43a34e0ce696687383b250c0a4965
parentcea66b785c4db9ec5c25ab1dcc0f8a9337a464e1 (diff)
downloadaur-7b4edc357a1641d7720c2f3250ceebf20a595fd7.tar.gz
use curly brackets
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 000cecc0755c..e1d26635136c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname="phpmd"
pkgver=2.1.3
-pkgrel=2
+pkgrel=3
pkgdesc="Takes a given PHP source code base and look for several potential problems within that source."
url="http://phpmd.org/"
license="BSD"
@@ -13,7 +13,7 @@ source=(
"${pkgname}-${pkgver}.phar::http://static.phpmd.org/php/${pkgver}/${pkgname}.phar"
"LICENSE"
)
-install="$pkgname.install"
+install="${pkgname}.install"
sha1sums=(
"a390c80f8108a07fb2d2bb91dfc175fa3a44371c"
"49a94fd699270de8599423fd3302cb6880f9c224"