From eff04c3654be900bd8fd2f21a236a1a347a9a1c5 Mon Sep 17 00:00:00 2001 From: cippaciong Date: Sat, 5 Oct 2013 12:41:42 +0200 Subject: [PATCH] aur/owncloud to 5.0.12-1 --- aur/owncloud/PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/aur/owncloud/PKGBUILD b/aur/owncloud/PKGBUILD index d6ec911ff..92afe11e9 100644 --- a/aur/owncloud/PKGBUILD +++ b/aur/owncloud/PKGBUILD @@ -4,7 +4,7 @@ # ALARM Maintainer: Tommaso Sardelli pkgname=owncloud -pkgver=5.0.11 +pkgver=5.0.12 pkgrel=1 pkgdesc="A cloud server to store your files centrally on a hardware controlled by you" arch=('any') @@ -16,7 +16,7 @@ makedepends=() source=("http://download.owncloud.org/community/$pkgname-$pkgver.tar.bz2" 'owncloud.conf') backup=('etc/httpd/conf/extra/owncloud.conf') install=owncloud.install -md5sums=('ae31d78bf9b29835330922fefa96e076' +md5sums=('32472783cc6de04e74703b48b758a22f' '12c893e4a6a2af4b085c592ded741eaf') package() { @@ -27,7 +27,7 @@ package() { # install project install -d $pkgdir/usr/share/webapps/ cp -a $srcdir/$pkgname $pkgdir/usr/share/webapps/ - chown -R http:http $pkgdir/usr/share/webapps/* + chown -R http:http $pkgdir/usr/share/webapps/owncloud/{apps,config} # install apache .conf file install -d $pkgdir/etc/httpd/conf/extra