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 # ALARM Maintainer: Tommaso Sardelli <lacapannadelloziotom@gmail.com
pkgname=owncloud pkgname=owncloud
pkgver=4.5.8 pkgver=5.0.0
pkgrel=1 pkgrel=1
pkgdesc="A cloud server to store your files centrally on a hardware controlled by you" pkgdesc="A cloud server to store your files centrally on a hardware controlled by you"
arch=('any') arch=('any')
url="http://owncloud.org/" url="http://owncloud.org/"
license=('GPL') license=('GPL')
depends=('php-gd' 'php-intl') 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=() makedepends=()
source=("http://download.owncloud.org/community/$pkgname-$pkgver.tar.bz2" 'owncloud.conf') source=("http://download.owncloud.org/community/$pkgname-$pkgver.tar.bz2" 'owncloud.conf')
backup=('etc/httpd/conf/extra/owncloud.conf') backup=('etc/httpd/conf/extra/owncloud.conf')
install=owncloud.install install=owncloud.install
md5sums=('233d56fbcdfd8bc7f249c42c5f841a74' md5sums=('a6786a4bc8f2efba3f4460f1f39fddb4'
'7a08e1fee098615ea24fcdb1f4bd82d9') '12c893e4a6a2af4b085c592ded741eaf')
package() { package() {
# install license # install license

View file

@ -2,8 +2,9 @@
Alias /owncloud /usr/share/webapps/owncloud/ Alias /owncloud /usr/share/webapps/owncloud/
</IfModule> </IfModule>
<Directory /usr/share/webapps/owncloud/> <Directory /usr/share/webapps/owncloud/>
Options None Options FollowSymlinks
Order allow,deny Order allow,deny
AllowOverride all
allow from all allow from all
php_admin_value open_basedir "/srv/http/:/home/:/tmp/:/usr/share/pear/:/usr/share/webapps/" php_admin_value open_basedir "/srv/http/:/home/:/tmp/:/usr/share/pear/:/usr/share/webapps/"
</Directory> </Directory>