summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authormax2023-02-14 12:33:15 +0100
committermax2023-02-14 12:33:15 +0100
commitc3ac9457091c4208980fc2bf46c26d24eb0b8ae7 (patch)
treef96a3df01efac7aaadc391dc9cdeef292c9fcb78
parentc6a30ae2bbaee2788f236611b131de99da0f02f2 (diff)
downloadaur-c3ac9457091c4208980fc2bf46c26d24eb0b8ae7.tar.gz
Release 10.0.7
-rw-r--r--.SRCINFO16
-rw-r--r--PKGBUILD10
2 files changed, 13 insertions, 13 deletions
diff --git a/.SRCINFO b/.SRCINFO
index eb8cb6477e09..2d17e6f35d22 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,18 +1,18 @@
pkgbase = phpunit
pkgdesc = PHPUnit is a programmer-oriented testing framework for PHP.
- pkgver = 9.5.26
- pkgrel = 2
+ pkgver = 10.0.7
+ pkgrel = 1
url = https://phpunit.de
install = phpunit.install
arch = any
license = BSD
- depends = php>=7.0.0
- source = https://phar.phpunit.de/phpunit-9.5.26.phar
- source = https://phar.phpunit.de/phpunit-9.5.26.phar.asc
- source = LICENSE-9.5.26::https://raw.githubusercontent.com/sebastianbergmann/phpunit/9.5.26/LICENSE
+ depends = php>=8.1.0
+ source = https://phar.phpunit.de/phpunit-10.0.7.phar
+ source = https://phar.phpunit.de/phpunit-10.0.7.phar.asc
+ source = LICENSE-10.0.7::https://raw.githubusercontent.com/sebastianbergmann/phpunit/10.0.7/LICENSE
validpgpkeys = D8406D0D82947747293778314AA394086372C20A
- sha256sums = e36595f47bb81f244e03fc437328cfaa123e99ffd183c3217235926ff0978397
+ sha256sums = 0c63ad22fbf986db76a8ef60d9d436fcc08da44efd618b2cffaffd55e17399dc
sha256sums = SKIP
- sha256sums = 8ac0ab7512c00e7d1afc208ec3a199a09182621bc2a537cf7d41b70a978fc05d
+ sha256sums = 3f62dc64839f2fbf8aebfee011cdc34b66aaf403f2b43f5cf5803e242048688d
pkgname = phpunit
diff --git a/PKGBUILD b/PKGBUILD
index 1cb2f9c70fb3..0648140baeed 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,13 +5,13 @@
_pkgname=phpunit
pkgname=${_pkgname}
-pkgver=9.5.26
-pkgrel=2
+pkgver=10.0.7
+pkgrel=1
pkgdesc="PHPUnit is a programmer-oriented testing framework for PHP."
url="https://phpunit.de"
arch=("any")
license=("BSD")
-depends=("php>=7.0.0")
+depends=("php>=8.1.0")
install="${_pkgname}.install"
source=("https://phar.phpunit.de/phpunit-${pkgver}.phar"
"https://phar.phpunit.de/phpunit-${pkgver}.phar.asc"
@@ -19,9 +19,9 @@ source=("https://phar.phpunit.de/phpunit-${pkgver}.phar"
# To add the key use gpg
# gpg --keyserver pgp.uni-mainz.de --recv-keys 4AA394086372C20A
validpgpkeys=('D8406D0D82947747293778314AA394086372C20A')
-sha256sums=('e36595f47bb81f244e03fc437328cfaa123e99ffd183c3217235926ff0978397'
+sha256sums=('0c63ad22fbf986db76a8ef60d9d436fcc08da44efd618b2cffaffd55e17399dc'
'SKIP'
- '8ac0ab7512c00e7d1afc208ec3a199a09182621bc2a537cf7d41b70a978fc05d')
+ '3f62dc64839f2fbf8aebfee011cdc34b66aaf403f2b43f5cf5803e242048688d')
package() {
install -D -m 644 "${srcdir}/LICENSE-${pkgver}" "${pkgdir}/usr/share/licenses/${_pkgname}/LICENSE"