diff options
Diffstat (limited to 'pcr')
-rw-r--r-- | pcr/owncloud/PKGBUILD | 13 |
1 files changed, 7 insertions, 6 deletions
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 <nqn1976 @ gmail.com> +# Maintainer: Antonio Rojas <nqn1976 @ gmail.com> # Based on owncloud-git PKGBUILD by Alexander Ovsyannikov -# Maintainer : Parabola GNU / Linux-libre Aurelien Desbrieres <aurelien@cwb.io> 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 |