Date: Tuesday, November 15, 2022 @ 10:32:03
Author: spupykin
Revision: 1348790
mediawiki: use php8 and pcre2
Modified:
mediawiki/trunk/PKGBUILD
----------+
PKGBUILD | 22 +++++++++++-----------
1 file changed, 11 insertions(+), 11 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2022-11-15 10:27:19 UTC (rev 1348789)
+++ PKGBUILD 2022-11-15 10:32:03 UTC (rev 1348790)
@@ -4,22 +4,22 @@
pkgname=mediawiki
pkgver=1.38.4
_basever=${pkgver%.*}
-pkgrel=1
+pkgrel=2
pkgdesc="MediaWiki engine"
arch=('any')
url="https://www.mediawiki.org/wiki/MediaWiki"
license=("GPL")
backup=('etc/webapps/mediawiki/LocalSettings.php')
-depends=('php7' 'diffutils')
-optdepends=('pcre: for regular expressions support'
- 'php7-intl: to handle Unicode normalization'
-# 'php7-mysql: for MySQL database support'
- 'php7-pgsql: for PostgreSQL database support'
- 'php7-sqlite: for sqlite database support'
-# 'php7-apcu: for cache support'
-# 'php7-xcache: for cache support'
+depends=('php' 'diffutils')
+optdepends=('pcre2: for regular expressions support'
+ 'php-intl: to handle Unicode normalization'
+# 'php-mysql: for MySQL database support'
+ 'php-pgsql: for PostgreSQL database support'
+ 'php-sqlite: for sqlite database support'
+# 'php-apcu: for cache support'
+# 'php-xcache: for cache support'
'memcached: for cache support'
- 'php7-gd: for thumbnails rendering'
+ 'php-gd: for thumbnails rendering'
'imagemagick: for thumbnails rendering'
'smtp-forwarder: for mail sending'
'python: required for SyntaxHighlight/ConfirmEdit extensions'
@@ -45,7 +45,7 @@
install -vDm0644 "$srcdir"/apache.example.conf
"$pkgdir"/etc/webapps/mediawiki/apache.example.conf
cd "$pkgdir"/usr/share/webapps/mediawiki
-# yes | php7 /usr/bin/composer update --no-dev \
+# yes | php /usr/bin/composer update --no-dev \
# --ignore-platform-req=ext-calendar \
# --ignore-platform-req=ext-iconv \
# --ignore-platform-req=ext-intl \