summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorStefan Auditor2016-01-13 12:28:57 +0100
committerStefan Auditor2016-01-13 12:28:57 +0100
commit4cd32a3bd209a6e339c53738b8cae853a381bc61 (patch)
tree4bf3792730bf041fd372c05ec995899e75ee4094
parentf303d8a0e4d2e8f56122f8656a63e1ab21d53858 (diff)
downloadaur-4cd32a3bd209a6e339c53738b8cae853a381bc61.tar.gz
Update to upstream release 3.0.0
-rw-r--r--.SRCINFO14
-rw-r--r--PKGBUILD8
2 files changed, 11 insertions, 11 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 72fbafa10a8f..2aeeea0c0d49 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,17 +1,17 @@
# Generated by mksrcinfo v8
-# Mon Jan 4 12:49:57 UTC 2016
+# Wed Jan 13 11:27:50 UTC 2016
pkgbase = phploc
pkgdesc = A tool for quickly measuring the size of a PHP project
- pkgver = 2.1.5
- pkgrel = 2
+ pkgver = 3.0.0
+ pkgrel = 1
url = https://github.com/sebastianbergmann/phploc
arch = any
license = BSD
depends = php
- source = https://phar.phpunit.de/phploc-2.1.5.phar
- source = https://raw.githubusercontent.com/sebastianbergmann/phploc/2.1.5/LICENSE
- sha512sums = 99f5fe35a78b6a333fda0d38779ece0d3cb83fa9e3f858869d8c1047beb076042cbe246b52d8c46978ab24027fbe585bb1d60a8b07fae555939108f03ac30123
- sha512sums = 380f398cc2c10a9e76d39a8f1ce60e367e39a1b3ac4bedab2d6aae7d964d11554cf40fcad3362f80fa4f43aa255f3fb990eece094d016e0167ebd75ae6d0d277
+ source = https://phar.phpunit.de/phploc-3.0.0.phar
+ source = https://raw.githubusercontent.com/sebastianbergmann/phploc/3.0.0/LICENSE
+ sha512sums = 1df340f1c22ce3720c4ad6023d62f72c24134bde8d0ccc12f40eaca4c321e5afd938807151caec05af571b4d647b5b06d5a79bb975e9cce517d13c84a92fee41
+ sha512sums = d5d9e23d15533e1989eda7fa0c942717631e8ce18b929dfb0d7824060edbe6eaae76fbb0150b81a334ba46dfd5d2865e6f771e84cbd1d3db0faee5d16e4dc992
pkgname = phploc
diff --git a/PKGBUILD b/PKGBUILD
index ee4975a21a99..ba9fb0febdd5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Stefan Auditor <stefan.auditor@erdfisch.de>
# Contributor: Joris Steyn <jorissteyn@gmail.com>
pkgname=phploc
-pkgver=2.1.5
-pkgrel=2
+pkgver=3.0.0
+pkgrel=1
pkgdesc="A tool for quickly measuring the size of a PHP project"
url="https://github.com/sebastianbergmann/phploc"
arch=("any")
@@ -10,8 +10,8 @@ license=("BSD")
depends=("php")
source=("https://phar.phpunit.de/${pkgname}-${pkgver}.phar"
"https://raw.githubusercontent.com/sebastianbergmann/${pkgname}/${pkgver}/LICENSE")
-sha512sums=('99f5fe35a78b6a333fda0d38779ece0d3cb83fa9e3f858869d8c1047beb076042cbe246b52d8c46978ab24027fbe585bb1d60a8b07fae555939108f03ac30123'
- '380f398cc2c10a9e76d39a8f1ce60e367e39a1b3ac4bedab2d6aae7d964d11554cf40fcad3362f80fa4f43aa255f3fb990eece094d016e0167ebd75ae6d0d277')
+sha512sums=('1df340f1c22ce3720c4ad6023d62f72c24134bde8d0ccc12f40eaca4c321e5afd938807151caec05af571b4d647b5b06d5a79bb975e9cce517d13c84a92fee41'
+ 'd5d9e23d15533e1989eda7fa0c942717631e8ce18b929dfb0d7824060edbe6eaae76fbb0150b81a334ba46dfd5d2865e6f771e84cbd1d3db0faee5d16e4dc992')
package() {
install -D -m 644 "${srcdir}/LICENSE" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"