diff options
Diffstat (limited to 'testing/php/PKGBUILD')
-rw-r--r-- | testing/php/PKGBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/testing/php/PKGBUILD b/testing/php/PKGBUILD index ca2263548..d5e0a7e03 100644 --- a/testing/php/PKGBUILD +++ b/testing/php/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 160010 2012-05-28 00:42:52Z pierre $ +# $Id: PKGBUILD 160031 2012-05-28 10:36:59Z pierre $ # Maintainer: Pierre Schmitz <pierre@archlinux.de> pkgbase=php @@ -22,7 +22,7 @@ pkgname=('php' 'php-tidy' 'php-xsl') pkgver=5.4.3 -pkgrel=2 +pkgrel=3 arch=('i686' 'x86_64') license=('PHP') url='http://www.php.net' @@ -39,7 +39,7 @@ md5sums=('51f9488bf8682399b802c48656315cac' '61837f1e9b50d7fdf4c8d1f81fa153f7' '59b3a25f9eb3afc02f1adf9ee699808c' 'a2af49da239122eb45744f4446752050' - '9a330bbfb162848572a3d9dc0e051956' + '84d0a4caf8d735279cf4500d1772e2a5' 'e808f39a075dd53cd8da70d984d0e166') build() { @@ -242,7 +242,7 @@ package_php-fpm() { install -D -m755 ${srcdir}/rc.d.php-fpm ${pkgdir}/etc/rc.d/php-fpm install -D -m644 ${srcdir}/logrotate.d.php-fpm ${pkgdir}/etc/logrotate.d/php-fpm install -d -m755 ${pkgdir}/etc/php/fpm.d - install -D -m644 ${srcdir}/php-fpm.tmpfiles ${pkgdir}/etc/tmpfiles.d/php-fpm.tmpfiles + install -D -m644 ${srcdir}/php-fpm.tmpfiles ${pkgdir}/usr/lib/tmpfiles.d/php-fpm.conf install -D -m644 ${srcdir}/php-fpm.service ${pkgdir}/usr/lib/systemd/system/php-fpm.service } |