summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorStefan Auditor2016-01-04 14:08:59 +0100
committerStefan Auditor2016-01-04 14:08:59 +0100
commitcff13901544d23103383c883f37d070b604726e3 (patch)
tree1fe1dc07dc986e5ae9ec0eb3199c30968ace31f7
parentf09555d925f66446819783174e68d55b057dca25 (diff)
downloadaur-cff13901544d23103383c883f37d070b604726e3.tar.gz
Update dependency checks
-rw-r--r--.SRCINFO2
-rw-r--r--phpunit.install2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5606e430e6f0..759e149d4a1e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Mon Jan 4 13:06:50 UTC 2016
+# Mon Jan 4 13:08:44 UTC 2016
pkgbase = phpunit
pkgdesc = PHPUnit is a programmer-oriented testing framework for PHP.
pkgver = 5.1.3
diff --git a/phpunit.install b/phpunit.install
index 2d15577a8d0d..7b53ec12d24d 100644
--- a/phpunit.install
+++ b/phpunit.install
@@ -1,5 +1,5 @@
post_install() {
- if ! php -i | grep 'date.timezone => no value => no value' >/dev/null 2>&1; then
+ if php -i | grep 'date.timezone => no value => no value' >/dev/null 2>&1; then
echo -e "Warning: The date.timezone setting must be set in your php.ini"
echo -e "You may use \"sed -i 's/;date.timezone =/date.timezone = Europe\/Berlin/g' /etc/php/php.ini\" to change your configuration"
fi