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:
parent
a3a5c74bb5
commit
cad1e3fb14
2 changed files with 4 additions and 5 deletions
|
@ -1,6 +1,6 @@
|
||||||
pkgbase = roundcubemail-git
|
pkgbase = roundcubemail-git
|
||||||
pkgdesc = A PHP web-based mail client
|
pkgdesc = A PHP web-based mail client
|
||||||
pkgver = 1.4.rc2.r702.ga0fbcf381
|
pkgver = 1.5rc.r16.g2f643141b
|
||||||
pkgrel = 1
|
pkgrel = 1
|
||||||
url = https://roundcube.net/
|
url = https://roundcube.net/
|
||||||
arch = any
|
arch = any
|
||||||
|
@ -26,4 +26,3 @@ pkgbase = roundcubemail-git
|
||||||
sha256sums = c90981405527ebaf153a407af6b8178b41d078bd4472d63b837b3b4cd5ae36b0
|
sha256sums = c90981405527ebaf153a407af6b8178b41d078bd4472d63b837b3b4cd5ae36b0
|
||||||
|
|
||||||
pkgname = roundcubemail-git
|
pkgname = roundcubemail-git
|
||||||
|
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
# Contributor: Sergej Pupykin <pupykin.s+arch@gmail.com>
|
# Contributor: Sergej Pupykin <pupykin.s+arch@gmail.com>
|
||||||
|
|
||||||
pkgname=roundcubemail-git
|
pkgname=roundcubemail-git
|
||||||
pkgver=1.4.rc2.r702.ga0fbcf381
|
pkgver=1.5rc.r16.g2f643141b
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
pkgdesc="A PHP web-based mail client"
|
pkgdesc="A PHP web-based mail client"
|
||||||
arch=('any')
|
arch=('any')
|
||||||
|
@ -21,7 +21,7 @@ sha256sums=('SKIP'
|
||||||
|
|
||||||
pkgver() {
|
pkgver() {
|
||||||
cd "roundcubemail"
|
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() {
|
prepare() {
|
||||||
|
@ -40,7 +40,7 @@ prepare() {
|
||||||
|
|
||||||
build(){
|
build(){
|
||||||
cd "$srcdir"/roundcubemail
|
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/install-jsdeps.sh
|
||||||
bin/jsshrink.sh
|
bin/jsshrink.sh
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue