summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 03fb27060db5..1fcda232865f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = phpunit
pkgdesc = PHPUnit is a programmer-oriented testing framework for PHP.
pkgver = 9.4.2
- pkgrel = 1
+ pkgrel = 2
url = https://phpunit.de
install = phpunit.install
arch = any
diff --git a/PKGBUILD b/PKGBUILD
index 19b1089f3f28..33753a655934 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@
_pkgname=phpunit
pkgname=${_pkgname}
pkgver=9.4.2
-pkgrel=1
+pkgrel=2
pkgdesc="PHPUnit is a programmer-oriented testing framework for PHP."
url="https://phpunit.de"
arch=("any")