[arch-commits] Commit in php/trunk (PKGBUILD)
Antonio Rojas
arojas at archlinux.org
Tue Jan 19 08:19:04 UTC 2016
Date: Tuesday, January 19, 2016 @ 09:19:04
Author: arojas
Revision: 258402
tidy 5.0 rebuild
Modified:
php/trunk/PKGBUILD
----------+
PKGBUILD | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2016-01-19 08:10:16 UTC (rev 258401)
+++ PKGBUILD 2016-01-19 08:19:04 UTC (rev 258402)
@@ -21,12 +21,12 @@
'php-tidy'
'php-xsl')
pkgver=7.0.2
-pkgrel=1
+pkgrel=2
arch=('i686' 'x86_64')
license=('PHP')
url='http://www.php.net'
makedepends=('apache' 'aspell' 'c-client' 'db' 'enchant' 'gd' 'gmp' 'icu' 'libmcrypt' 'libxslt' 'libzip' 'net-snmp'
- 'postgresql-libs' 'sqlite' 'systemd' 'tidyhtml' 'unixodbc' 'curl' 'libtool' 'postfix')
+ 'postgresql-libs' 'sqlite' 'systemd' 'tidy' 'unixodbc' 'curl' 'libtool' 'postfix')
checkdepends=('procps-ng')
source=("https://www.php.net/distributions/${pkgbase}-${pkgver}.tar.xz"{,.asc}
'apache.patch' 'apache.conf' 'php-fpm.patch' 'php-fpm.tmpfiles' 'php.ini.patch')
@@ -312,7 +312,7 @@
package_php-tidy() {
pkgdesc='tidy module for PHP'
- depends=('php' 'tidyhtml')
+ depends=('php' 'tidy')
install -D -m755 ${srcdir}/build/modules/tidy.so ${pkgdir}/usr/lib/php/modules/tidy.so
}
More information about the arch-commits
mailing list