From fa752618778c6d94c5518189f174f008036d0eff Mon Sep 17 00:00:00 2001 From: cippaciong Date: Sun, 15 Dec 2013 16:48:11 +0100 Subject: [PATCH] aur/owncloud to 6.0.0.a-1 --- aur/owncloud/PKGBUILD | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/aur/owncloud/PKGBUILD b/aur/owncloud/PKGBUILD index 2c61584cd..588a93cef 100644 --- a/aur/owncloud/PKGBUILD +++ b/aur/owncloud/PKGBUILD @@ -4,7 +4,8 @@ # ALARM Maintainer: Tommaso Sardelli pkgname=owncloud -pkgver=6.0.0 +pkgver=6.0.0.a +_pkgver=6.0.0a pkgrel=1 pkgdesc="A cloud server to store your files centrally on a hardware controlled by you" arch=('any') @@ -15,10 +16,10 @@ optdepends=('php-apache: to use the Apache web server' 'php-sqlite: to use the S database backend' 'mariadb: to use the MySQL database backend' 'smbclient: to mount SAMBA shares' 'php-mcrypt' 'php-imagick: file preview' 'ffmpeg: file preview' 'libreoffice-common: file preview') makedepends=() -source=("http://download.owncloud.org/community/$pkgname-$pkgver.tar.bz2" 'apache.example.conf') +source=("http://download.owncloud.org/community/$pkgname-$_pkgver.tar.bz2" 'apache.example.conf') backup=('etc/webapps/owncloud/apache.example.conf') install=owncloud.install -md5sums=('7a6b9330de7dddad0776ef9b6b80af94' +md5sums=('63c2913aa8382f695d7ade5ad11e51b2' 'c1d49a3c0d8433bed6bffcd21ebb0064')