owncloud 4.5.8-1 -> 5.0.0-1

This commit is contained in:
cippaciong 2013-03-17 10:20:22 +01:00
parent f040086936
commit fc52bf864e
2 changed files with 7 additions and 6 deletions

View file

@ -4,20 +4,20 @@
# ALARM Maintainer: Tommaso Sardelli <lacapannadelloziotom@gmail.com
pkgname=owncloud
pkgver=4.5.8
pkgver=5.0.0
pkgrel=1
pkgdesc="A cloud server to store your files centrally on a hardware controlled by you"
arch=('any')
url="http://owncloud.org/"
license=('GPL')
depends=('php-gd' 'php-intl')
optdepends=("php-apache: to use the Apache web server" "php-sqlite: to use the SQLite database backend" "mysql: to use the MySQL database backend")
optdepends=("php-apache: to use the Apache web server" "php-sqlite: to use the SQLite database backend" "mysql: to use the MySQL database backend" "smbclient: to mount SAMBA shares")
makedepends=()
source=("http://download.owncloud.org/community/$pkgname-$pkgver.tar.bz2" 'owncloud.conf')
backup=('etc/httpd/conf/extra/owncloud.conf')
install=owncloud.install
md5sums=('233d56fbcdfd8bc7f249c42c5f841a74'
'7a08e1fee098615ea24fcdb1f4bd82d9')
md5sums=('a6786a4bc8f2efba3f4460f1f39fddb4'
'12c893e4a6a2af4b085c592ded741eaf')
package() {
# install license

View file

@ -2,8 +2,9 @@
Alias /owncloud /usr/share/webapps/owncloud/
</IfModule>
<Directory /usr/share/webapps/owncloud/>
Options None
Options FollowSymlinks
Order allow,deny
AllowOverride all
allow from all
php_admin_value open_basedir "/srv/http/:/home/:/tmp/:/usr/share/pear/:/usr/share/webapps/"
</Directory>
@ -13,4 +14,4 @@ Alias /owncloud /usr/share/webapps/owncloud/
ServerName owncloud.foo.com
ErrorLog logs/owncloud.foo.info-error_log
CustomLog logs/owncloud.foo.info-access_log common
</VirtualHost>
</VirtualHost>