owncloud 5.0.0-1 -> 5.0.3-1

This commit is contained in:
cippaciong 2013-04-03 16:42:06 +02:00
parent bbd542836a
commit acb8ad479e

View file

@ -4,19 +4,19 @@
# ALARM Maintainer: Tommaso Sardelli <lacapannadelloziotom@gmail.com
pkgname=owncloud
pkgver=5.0.0
pkgver=5.0.3
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" "smbclient: to mount SAMBA shares")
optdepends=("php-apache: to use the Apache web server" "php-sqlite: to use the SQLite database backend" "mariadb: 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=('a6786a4bc8f2efba3f4460f1f39fddb4'
md5sums=('354e0d6ad98ea544aacada809df4b815'
'12c893e4a6a2af4b085c592ded741eaf')
package() {