summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSýlvan Heuser2017-03-08 09:32:53 +0100
committerSýlvan Heuser2017-03-08 09:32:53 +0100
commit62d0d96135cabce43dc0e5b1811fc1abc07abaae (patch)
treec33430277f019685e567389104f2a423a38b8215
parent006b55ea6883e7530a5d791345d74006bccf5c4f (diff)
downloadaur-62d0d96135cabce43dc0e5b1811fc1abc07abaae.tar.gz
Change name to phpunit5
Add provides to standard phpunit and change description.
-rw-r--r--.SRCINFO9
-rw-r--r--PKGBUILD5
2 files changed, 8 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1bf5ae243716..cabac1a2012b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
# Generated by mksrcinfo v8
-# Wed Mar 8 08:28:58 UTC 2017
-pkgbase = phpunit
- pkgdesc = PHPUnit is a programmer-oriented testing framework for PHP.
+# Wed Mar 8 08:32:53 UTC 2017
+pkgbase = phpunit5
+ pkgdesc = PHPUnit is a programmer-oriented testing framework for PHP. This is the old stable version
pkgver = 5.7.14
pkgrel = 1
url = https://phpunit.de
@@ -9,10 +9,11 @@ pkgbase = phpunit
arch = any
license = BSD
depends = php
+ provides = phpunit
source = https://phar.phpunit.de/phpunit-5.7.14.phar
source = https://raw.githubusercontent.com/sebastianbergmann/phpunit/5.7.14/LICENSE
sha512sums = 57bb297f08929af60b56dba6ca90642a4d403a883c06687d23901c8742510cb209a80d704272ace498db1891fb4bf40127b47b7ccf12b319bd2fe5acd0e07b2f
sha512sums = a1899db182b9221aca64fd5a8952a56028786f9dbe4db78375d8e59075483b88a58c9cc68124bdaa2ebeb12340490b13cd5732b9e47ae5ed2d12703b6ffead2a
-pkgname = phpunit
+pkgname = phpunit5
diff --git a/PKGBUILD b/PKGBUILD
index ef1eab68aa88..d661c19584d6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,14 +4,15 @@
# Contributor: Attila Bukor <r1pp3rj4ck [at] w4it [dot] eu>
_pkgname=phpunit
-pkgname=${_pkgname}
+pkgname=${_pkgname}5
pkgver=5.7.14
pkgrel=1
-pkgdesc="PHPUnit is a programmer-oriented testing framework for PHP."
+pkgdesc="PHPUnit is a programmer-oriented testing framework for PHP. This is the old stable version"
url="https://phpunit.de"
arch=("any")
license=("BSD")
depends=("php")
+provides=("phpunit")
install="${_pkgname}.install"
source=("https://phar.phpunit.de/phpunit-${pkgver}.phar"
"https://raw.githubusercontent.com/sebastianbergmann/phpunit/${pkgver}/LICENSE")