Search Criteria
Package Details: owncloud-app-rainloop 1.10.3-1
Git Clone URL: | https://aur.archlinux.org/owncloud-app-rainloop.git (read-only, click to copy) |
---|---|
Package Base: | owncloud-app-rainloop |
Description: | RainLoop Webmail for owncloud |
Upstream URL: | http://www.rainloop.net |
Keywords: | owncloud webmail |
Licenses: | |
Submitter: | whahn1983 |
Maintainer: | None |
Last Packager: | whahn1983 |
Votes: | 2 |
Popularity: | 0.000000 |
First Submitted: | 2015-09-15 02:27 |
Last Updated: | 2016-08-31 03:50 |
Latest Comments
dopsi commented on 2016-08-23 09:30
There are also permission issues, both in the zip file and in your script. Here is an updated version of the PKGBUILD which does fix them :
# Maintainer: William Hahn <bill@hahn3.com>
pkgname=owncloud-app-rainloop
pkgver=1.9.3
pkgrel=2
pkgdesc="RainLoop Webmail for owncloud"
arch=('any')
url="http://www.rainloop.net"
license=('AGPL')
depends=('owncloud')
makedepends=()
options=('!strip')
source=("$pkgname-$pkgver.zip::http://repository.rainloop.net/v2/other/owncloud/rainloop.zip")
md5sums=('caeac51d0af8929b738c6a6240e88499')
package() {
find -type d -exec chmod +x '{}' \;
install -m 0755 -d ${pkgdir}/usr/share/webapps/owncloud/apps
cp -a ${srcdir}/rainloop ${pkgdir}/usr/share/webapps/owncloud/apps/rainloop
chown -R http:http ${pkgdir}/usr/share/webapps/owncloud/apps/rainloop
}
dopsi commented on 2016-08-23 09:17
The source zip does fail integrity check : when manually running md5 on it, the hash is `caeac51d0af8929b738c6a6240e88499`, but in the pkgbuild, the hash is `642513023170f28fe0b5e5477ac86d7c`.