From 591d2c8aa43ac773dfbb74f3440f81a3a0923741 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Fabian=20Silva=20Delgado?= Date: Fri, 19 Apr 2013 13:47:14 -0300 Subject: owncloud-5.0.4-1: updating version --- pcr/owncloud/PKGBUILD | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) (limited to 'pcr') diff --git a/pcr/owncloud/PKGBUILD b/pcr/owncloud/PKGBUILD index 7861d0917..18e33afe2 100644 --- a/pcr/owncloud/PKGBUILD +++ b/pcr/owncloud/PKGBUILD @@ -1,20 +1,21 @@ -# Contributor: Antonio Rojas +# Maintainer: Antonio Rojas # Based on owncloud-git PKGBUILD by Alexander Ovsyannikov -# Maintainer : Parabola GNU / Linux-libre Aurelien Desbrieres pkgname=owncloud -pkgver=4.5.2 +pkgver=5.0.4 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') -optdepends=("php-apache: to use the Apache web server" "php-sqlite: to use the SQLite database backend" "mysql: to use the MySQL database backend") +depends=('php-gd' 'php-intl') +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://owncloud.org/releases/$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') install=owncloud.install +md5sums=('311c299b4aff4987a4b4c39aedafa9c0' + 'c1d49a3c0d8433bed6bffcd21ebb0064') package() { # install license -- cgit v1.2.3-2-g168b