community/racktables: move to php7

This commit is contained in:
Leonardo Arena 2018-03-16 13:20:16 +00:00
parent 6a218dc202
commit 4136bd3fd4

View File

@ -3,13 +3,13 @@
pkgname=racktables pkgname=racktables
_realname=RackTables _realname=RackTables
pkgver=0.21.1 pkgver=0.21.1
pkgrel=0 pkgrel=1
pkgdesc="Server room asset management" pkgdesc="Server room asset management"
url="http://racktables.org" url="http://racktables.org"
arch="noarch" arch="noarch"
license="GPL-2.0" license="GPL-2.0"
_php=php5 _php=php7
depends="$_php ${_php}-bcmath ${_php}-gd ${_php}-mysql ${_php}-pdo_mysql depends="$_php ${_php}-bcmath ${_php}-gd ${_php}-mysqli ${_php}-pdo_mysql
${_php}-json" ${_php}-json"
depends_dev= depends_dev=
makedepends="$depends_dev" makedepends="$depends_dev"