summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authormax2023-02-25 19:09:48 +0100
committermax2023-02-25 19:09:48 +0100
commit007a9e702f45f3832b8a1b1843b0c1d0e63ff3c1 (patch)
treedcb0b71c4fedd7fd055474841fe648bd47d94f94
parent1712b16655bfd5ea8e191caca75d881c4fc0d913 (diff)
downloadaur-007a9e702f45f3832b8a1b1843b0c1d0e63ff3c1.tar.gz
Rename package to phpunit-bin
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 7 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 496113d6319f..57038032f5f2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,4 +1,4 @@
-pkgbase = phpunit
+pkgbase = phpunit-bin
pkgdesc = PHPUnit is a programmer-oriented testing framework for PHP.
pkgver = 10.0.12
pkgrel = 1
@@ -7,6 +7,8 @@ pkgbase = phpunit
arch = any
license = BSD
depends = php>=8.1.0
+ provides = phpunit
+ conflicts = phpunit
source = https://phar.phpunit.de/phpunit-10.0.12.phar
source = https://phar.phpunit.de/phpunit-10.0.12.phar.asc
source = LICENSE-10.0.12::https://raw.githubusercontent.com/sebastianbergmann/phpunit/10.0.12/LICENSE
@@ -15,4 +17,4 @@ pkgbase = phpunit
sha256sums = SKIP
sha256sums = 3f62dc64839f2fbf8aebfee011cdc34b66aaf403f2b43f5cf5803e242048688d
-pkgname = phpunit
+pkgname = phpunit-bin
diff --git a/PKGBUILD b/PKGBUILD
index a26c138bf0a2..f0de5ec15fe9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,10 +4,12 @@
# Contributor: Attila Bukor <r1pp3rj4ck [at] w4it [dot] eu>
_pkgname=phpunit
-pkgname=${_pkgname}
+pkgname=${_pkgname}-bin
pkgver=10.0.12
pkgrel=1
pkgdesc="PHPUnit is a programmer-oriented testing framework for PHP."
+provides=('phpunit')
+conflicts=('phpunit')
url="https://phpunit.de"
arch=("any")
license=("BSD")