mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
aur/owncloud to 5.0.12-1
This commit is contained in:
parent
79f964ec8f
commit
eff04c3654
1 changed files with 3 additions and 3 deletions
|
@ -4,7 +4,7 @@
|
|||
# ALARM Maintainer: Tommaso Sardelli <lacapannadelloziotom [at] gmail [dot] com>
|
||||
|
||||
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
|
||||
|
|
Loading…
Reference in a new issue