summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD5
2 files changed, 7 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f0ef50d3adf6..43565e674427 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,15 @@
pkgbase = phpunit
pkgdesc = PHPUnit is a programmer-oriented testing framework for PHP.
- pkgver = 5.0.4
+ pkgver = 5.0.5
pkgrel = 1
url = https://phpunit.de
install = phpunit.install
arch = any
license = BSD
depends = php
- source = https://phar.phpunit.de/phpunit-5.0.4.phar
- source = https://raw.githubusercontent.com/sebastianbergmann/phpunit/5.0.4/LICENSE
- sha512sums = 79136dcc08d3876d6f470360eb7244c847322a5aa00708042d92a943a33ba448561c34a61abcc7fd7a01fcc532d9653ba3da3006b7c353afb5b2b15b881f8238
+ source = https://phar.phpunit.de/phpunit-5.0.5.phar
+ source = https://raw.githubusercontent.com/sebastianbergmann/phpunit/5.0.5/LICENSE
+ sha512sums = 92754afacce92c760b2c5bced7aeaa560716f88745d8b6f8d14ee0371039b2b26a4f4d35a5ff08881ebb5cb8abd56b94f071ac8e93f06f1a20e5a5a107dee30d
sha512sums = 8cd4a84df128f54ef6cf657d2d6e4307b2f4fe92f60b94f6639c16c2ebcffcb20923fcfee3cf7becddf0e138c5affacb887ac43d356c7ef220f73e6d75bd9fef
pkgname = phpunit
diff --git a/PKGBUILD b/PKGBUILD
index 34e71c8a69f6..55a8780c850d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,8 @@
# Maintainer: Stefan Auditor <stefan.auditor@erdfisch.de>
+# Co-Maintainer: Marc Straube <email@marcstraube.de>
# Contributor: Attila Bukor <r1pp3rj4ck [at] w4it [dot] eu>
pkgname=phpunit
-pkgver=5.0.4
+pkgver=5.0.5
pkgrel=1
pkgdesc="PHPUnit is a programmer-oriented testing framework for PHP."
url="https://phpunit.de"
@@ -11,7 +12,7 @@ depends=("php")
install="${pkgname}.install"
source=("https://phar.phpunit.de/${pkgname}-${pkgver}.phar"
"https://raw.githubusercontent.com/sebastianbergmann/${pkgname}/${pkgver}/LICENSE")
-sha512sums=('79136dcc08d3876d6f470360eb7244c847322a5aa00708042d92a943a33ba448561c34a61abcc7fd7a01fcc532d9653ba3da3006b7c353afb5b2b15b881f8238'
+sha512sums=('92754afacce92c760b2c5bced7aeaa560716f88745d8b6f8d14ee0371039b2b26a4f4d35a5ff08881ebb5cb8abd56b94f071ac8e93f06f1a20e5a5a107dee30d'
'8cd4a84df128f54ef6cf657d2d6e4307b2f4fe92f60b94f6639c16c2ebcffcb20923fcfee3cf7becddf0e138c5affacb887ac43d356c7ef220f73e6d75bd9fef')
package() {