From 7e0b5c2f6b7acb55568ba83c87835af886f6e807 Mon Sep 17 00:00:00 2001 From: Jakub Jirutka Date: Fri, 27 Jul 2018 13:24:49 +0200 Subject: community/roundcubemail: fix missing JS libs --- community/roundcubemail/APKBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/community/roundcubemail/APKBUILD b/community/roundcubemail/APKBUILD index 8124fa4a1c9..023106615c7 100644 --- a/community/roundcubemail/APKBUILD +++ b/community/roundcubemail/APKBUILD @@ -3,7 +3,7 @@ _php=php7 pkgname=roundcubemail pkgver=1.3.6 -pkgrel=0 +pkgrel=1 pkgdesc="A PHP web-based mail client" url="http://www.roundcube.net" arch="noarch" @@ -16,7 +16,7 @@ depends="${_php} ${_php}-imap ${_php}-xml ${_php}-json ${_php}-dom " options="!check" subpackages="$pkgname-installer $pkgname-doc" -source="https://github.com/roundcube/$pkgname/releases/download/$pkgver/${pkgname}-$pkgver.tar.gz +source="https://github.com/roundcube/$pkgname/releases/download/$pkgver/$pkgname-$pkgver-complete.tar.gz fix-dirs.patch" builddir="$srcdir"/roundcubemail-$pkgver @@ -81,5 +81,5 @@ installer() { "$subpkgdir"/usr/share/webapps/roundcube } -sha512sums="c5e1e80034392ea4fcf780750ad2b7db43422a746462015865cbdb027e9e47b2bae7b191da19b65a7b9303c195bdfd0aa5b5a0382c09dd97d117671271cdc122 roundcubemail-1.3.6.tar.gz +sha512sums="fc1627d4b539742524c43b3faaa8cb5d64f934ad03f7cf8a461580a3a38dccb11140d08499b988742a0892534b1eda52f37a50f0911015983b6e27703294c70e roundcubemail-1.3.6-complete.tar.gz a8dc9e9493f9b24441378f6a526eb26e4dd4b0ef0cafaf25dd55c334b92df88dcb06008f46404a80eae0520ac04431c5b2237fd662c85c31fc6ee2b0d8fa9435 fix-dirs.patch" -- cgit v1.2.3