diff options
author | Jakub Jirutka <jakub@jirutka.cz> | 2018-07-27 13:24:49 +0200 |
---|---|---|
committer | Jakub Jirutka <jakub@jirutka.cz> | 2018-07-27 15:30:37 +0200 |
commit | 91498e87a2d6a142d639fabf5d7f9f583483a041 (patch) | |
tree | 87323d467f4022f35658fd0b4210d320024317c4 /community | |
parent | a556c69c7b9cf1cd9c420b1e5c79b0681d39d42d (diff) | |
download | aports-91498e87a2d6a142d639fabf5d7f9f583483a041.tar.bz2 aports-91498e87a2d6a142d639fabf5d7f9f583483a041.tar.xz |
community/roundcubemail: fix missing JS libs
Oh great, so the roundcube aport has been literally non-functional. >_<
Diffstat (limited to 'community')
-rw-r--r-- | community/roundcubemail/APKBUILD | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/community/roundcubemail/APKBUILD b/community/roundcubemail/APKBUILD index 29e0a31c1f..4d4963e8d5 100644 --- a/community/roundcubemail/APKBUILD +++ b/community/roundcubemail/APKBUILD @@ -38,7 +38,7 @@ options="!check" # no tests provided install="$pkgname.pre-install $pkgname.post-install $pkgname.post-upgrade $pkgname-openrc.post-install $pkgname-pgsql.post-install" subpackages="$pkgname-installer $pkgname-openrc $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 config-session_key.patch config-disable-remote-spellcheck.patch @@ -89,8 +89,7 @@ prepare() { cd bin # Remove development scripts. - rm -f cssshrink.* dumpschema.* install-jsdeps.* installto.* \ - jsshrink.* makedoc.* + rm -f cssshrink.* dumpschema.* installto.* jsshrink.* makedoc.* # These are all PHP files, not shell scripts! local file; for file in *.sh; do @@ -195,7 +194,7 @@ _mv() { mv $@ } -sha512sums="c5e1e80034392ea4fcf780750ad2b7db43422a746462015865cbdb027e9e47b2bae7b191da19b65a7b9303c195bdfd0aa5b5a0382c09dd97d117671271cdc122 roundcubemail-1.3.6.tar.gz +sha512sums="fc1627d4b539742524c43b3faaa8cb5d64f934ad03f7cf8a461580a3a38dccb11140d08499b988742a0892534b1eda52f37a50f0911015983b6e27703294c70e roundcubemail-1.3.6-complete.tar.gz d205ba8442870b26f93fb287e7fe2bd1a452ea534823869b7ef299e2dca52d64c8a3fdc9a44bd3bc731c1e400efcf745c1866974e3b908e4e54d05b47b835f3e fix-dirs.patch 7c4b88da4d2baa53d247dcb7b130d564954a04611c13f2770f45924fafab2a0e98f8dd078cabc87f3eddd0ab03f3ca48a48f27a462676354af22566cb19d220b config-session_key.patch e46cdded33114ee7dae671d936cc41551168df29778dbf18f848a4f0eb0738a54c0751a5689716ba126ac256f2a50284afdcde542a42827003d6ba89af94f064 config-disable-remote-spellcheck.patch |