upgpkg: roundcubemail-git 1.6beta.r609.g7a3e91a9d-1
composer.json is now nammed as expected in git
This commit is contained in:
parent
7c3b887ef9
commit
f1930dea97
2 changed files with 2 additions and 4 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.5rc.r105.g16c2a76fe
|
pkgver = 1.6beta.r609.g7a3e91a9d
|
||||||
pkgrel = 1
|
pkgrel = 1
|
||||||
url = https://roundcube.net/
|
url = https://roundcube.net/
|
||||||
arch = any
|
arch = any
|
||||||
|
|
|
@ -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.5rc.r105.g16c2a76fe
|
pkgver=1.6beta.r609.g7a3e91a9d
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
pkgdesc="A PHP web-based mail client"
|
pkgdesc="A PHP web-based mail client"
|
||||||
arch=('any')
|
arch=('any')
|
||||||
|
@ -34,8 +34,6 @@ prepare() {
|
||||||
|
|
||||||
sed -i 's!"dest": "program/js/tinymce"!"dest": "program/js/tinymce/langs"!' jsdeps.json
|
sed -i 's!"dest": "program/js/tinymce"!"dest": "program/js/tinymce/langs"!' jsdeps.json
|
||||||
|
|
||||||
mv composer.json-dist composer.json
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
build(){
|
build(){
|
||||||
|
|
Loading…
Reference in a new issue