upgpkg: roundcubemail-git 1.5rc.r16.g2f643141b-1

update versionning to alerque liking
do not force ext-iconv to be present at build time (module provided by
php pkg)
This commit is contained in:
Cedric Girard 2021-07-12 16:08:19 +02:00
parent a3a5c74bb5
commit cad1e3fb14
Signed by: X-dark
GPG Key ID: E7D0E125DB9519E4
2 changed files with 4 additions and 5 deletions

View File

@ -1,6 +1,6 @@
pkgbase = roundcubemail-git
pkgdesc = A PHP web-based mail client
pkgver = 1.4.rc2.r702.ga0fbcf381
pkgver = 1.5rc.r16.g2f643141b
pkgrel = 1
url = https://roundcube.net/
arch = any
@ -26,4 +26,3 @@ pkgbase = roundcubemail-git
sha256sums = c90981405527ebaf153a407af6b8178b41d078bd4472d63b837b3b4cd5ae36b0
pkgname = roundcubemail-git

View File

@ -2,7 +2,7 @@
# Contributor: Sergej Pupykin <pupykin.s+arch@gmail.com>
pkgname=roundcubemail-git
pkgver=1.4.rc2.r702.ga0fbcf381
pkgver=1.5rc.r16.g2f643141b
pkgrel=1
pkgdesc="A PHP web-based mail client"
arch=('any')
@ -21,7 +21,7 @@ sha256sums=('SKIP'
pkgver() {
cd "roundcubemail"
git describe --long | sed 's/\([^-]*-g\)/r\1/;s/-/./g'
git describe --long --tags | sed 's/-\(alpha\|beta\|rc\)/\1/g;s/\([^-]*-g\)/r\1/;s/-/./g'
}
prepare() {
@ -40,7 +40,7 @@ prepare() {
build(){
cd "$srcdir"/roundcubemail
php -d extension=gd.so /usr/bin/composer install --no-dev --ignore-platform-req=ext-gd
php -d extension=gd.so /usr/bin/composer install --no-dev --ignore-platform-req=ext-gd --ignore-platform-req=ext-iconv
bin/install-jsdeps.sh
bin/jsshrink.sh