[arch-commits] Commit in phoronix-test-suite/trunk (2 files)
Sergej Pupykin
spupykin at archlinux.org
Tue Dec 6 10:33:49 UTC 2016
Date: Tuesday, December 6, 2016 @ 10:33:48
Author: spupykin
Revision: 198149
upgpkg: phoronix-test-suite 6.8.0-1
upd
Modified:
phoronix-test-suite/trunk/PKGBUILD
phoronix-test-suite/trunk/phoronix-test-suite.install
-----------------------------+
PKGBUILD | 4 ++--
phoronix-test-suite.install | 5 ++---
2 files changed, 4 insertions(+), 5 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2016-12-06 10:33:43 UTC (rev 198148)
+++ PKGBUILD 2016-12-06 10:33:48 UTC (rev 198149)
@@ -3,7 +3,7 @@
# Contributor: Andreas Schönfelder <passtschu at freenet dot de>
pkgname=phoronix-test-suite
-pkgver=6.6.0
+pkgver=6.8.0
pkgrel=1
pkgdesc="The most comprehensive testing and benchmarking platform available for Linux"
arch=('any')
@@ -14,7 +14,7 @@
'php-gd')
install=${pkgname}.install
source=(http://www.phoronix.net/downloads/phoronix-test-suite/releases/phoronix-test-suite-$pkgver.tar.gz)
-md5sums=('a201ad26a3e64ab3edbcc13274a51328')
+sha256sums=('fe741336dbf251fc210367b20713b554b3fd4edf15cf1f5950ff8bcbb3b09aec')
package() {
cd "$srcdir"/phoronix-test-suite
Modified: phoronix-test-suite.install
===================================================================
--- phoronix-test-suite.install 2016-12-06 10:33:43 UTC (rev 198148)
+++ phoronix-test-suite.install 2016-12-06 10:33:48 UTC (rev 198149)
@@ -1,12 +1,11 @@
post_install() {
echo ">>>"
echo ">>> To complete the installation you should edit /etc/php/php.ini."
- echo ">>> - Add / to the open_basedir list or comment this variable out."
- echo ">>> - Enable zip.so"
+ echo ">>> - Enable zip.so, sockets.so"
echo ">>>"
echo ">>> EXAMPLE:"
- echo ">>> ; open_basedir = /srv/http/:/home/:/tmp/:/usr/share/pear/:/"
echo ">>> extension=zip.so"
+ echo ">>> extension=sockets.so"
echo ">>>"
echo ">>> To enable the GUI make sure you install php-gtk from aur"
}
More information about the arch-commits
mailing list