summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorStefan Auditor2015-07-20 10:32:27 +0200
committerStefan Auditor2015-07-20 10:32:27 +0200
commitbda58f51d8d7f4c9af8851eb20fdc4ef1989d33d (patch)
tree9c3af55de223e45cbc4353c3e32248d578a71c73
parent3ddaf2ec0221d374a803c896c4696a43d8102108 (diff)
downloadaur-bda58f51d8d7f4c9af8851eb20fdc4ef1989d33d.tar.gz
Make license version aware
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index f5e460970e5a..69f20afe8dc5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@ arch=('any')
license=('BSD')
depends=('php')
source=("https://phar.phpunit.de/phploc-${pkgver}.phar"
- "https://raw.githubusercontent.com/sebastianbergmann/phploc/2.1.3/LICENSE")
+ "https://raw.githubusercontent.com/sebastianbergmann/phploc/${pkgver}/LICENSE")
md5sums=('4304b744b31f44d5f476b2654caaade5'
'9efd7ec2636b1412c93a29f62c9a4e0b')