Skip to content
Snippets Groups Projects
Commit cfe11937 authored by Andy Postnikov's avatar Andy Postnikov
Browse files

community/drupal7: use php81

parent 729d71e6
No related branches found
No related tags found
2 merge requests!39304[3.16] main/expat: security upgrade to 2.4.9,!38796community/drupal7: use php81
Pipeline #135776 canceled
...@@ -2,29 +2,30 @@ ...@@ -2,29 +2,30 @@
# Maintainer: Andy Postnikov <apostnikov@gmail.com> # Maintainer: Andy Postnikov <apostnikov@gmail.com>
pkgname=drupal7 pkgname=drupal7
pkgver=7.92 pkgver=7.92
pkgrel=0 pkgrel=1
pkgdesc="An open source content management platform" pkgdesc="An open source content management platform"
url="https://www.drupal.org/" url="https://www.drupal.org/"
arch="noarch" arch="noarch"
license="GPL-2.0-or-later" license="GPL-2.0-or-later"
depends="php8-fpm _php=php81
php8-bcmath depends="$_php-fpm
php8-ctype $_php-bcmath
php8-curl $_php-ctype
php8-dom $_php-curl
php8-gd $_php-dom
php8-gmp $_php-gd
php8-iconv $_php-gmp
php8-mbstring $_php-iconv
php8-opcache $_php-mbstring
php8-openssl $_php-opcache
php8-pcntl $_php-openssl
php8-pdo_mysql $_php-pcntl
php8-pdo_sqlite $_php-pdo_mysql
php8-session $_php-pdo_sqlite
php8-simplexml $_php-session
php8-tokenizer $_php-simplexml
php8-xml $_php-tokenizer
$_php-xml
" "
makedepends="$depends_dev" makedepends="$depends_dev"
subpackages="$pkgname-doc" subpackages="$pkgname-doc"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment