From ce05829a578e263a59a9818b55fc7efece60c133 Mon Sep 17 00:00:00 2001 From: Cedric Girard Date: Tue, 31 Aug 2021 17:07:04 +0200 Subject: [PATCH] upgpkg: roundcubemail-git 1.5rc.r105.g16c2a76fe-1 keep installer and public_html --- roundcubemail-git/.SRCINFO | 2 +- roundcubemail-git/PKGBUILD | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/roundcubemail-git/.SRCINFO b/roundcubemail-git/.SRCINFO index d8df70f..47007d7 100644 --- a/roundcubemail-git/.SRCINFO +++ b/roundcubemail-git/.SRCINFO @@ -1,6 +1,6 @@ pkgbase = roundcubemail-git pkgdesc = A PHP web-based mail client - pkgver = 1.5rc.r16.g2f643141b + pkgver = 1.5rc.r105.g16c2a76fe pkgrel = 1 url = https://roundcube.net/ arch = any diff --git a/roundcubemail-git/PKGBUILD b/roundcubemail-git/PKGBUILD index 623af1c..4988711 100644 --- a/roundcubemail-git/PKGBUILD +++ b/roundcubemail-git/PKGBUILD @@ -2,7 +2,7 @@ # Contributor: Sergej Pupykin pkgname=roundcubemail-git -pkgver=1.5rc.r16.g2f643141b +pkgver=1.5rc.r105.g16c2a76fe pkgrel=1 pkgdesc="A PHP web-based mail client" arch=('any') @@ -53,8 +53,8 @@ build(){ bin/updatecss.sh bin/cssshrink.sh - #rm transifexpull.sh package2composer.sh importgettext.sh exportgettext.sh README.md INSTALL UPGRADING, LICENSE, CHANGELOG - rm -rf tests/ public_html/ installer/ .tx* + + rm -rf tests/ .tx/ .github/ }