mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-01-17 23:34:07 +00:00
Merge pull request #440 from cippaciong/master
Owncloud 5.0.0-1 to 5.0.3-1
This commit is contained in:
commit
332627752a
1 changed files with 3 additions and 3 deletions
|
@ -4,19 +4,19 @@
|
|||
# ALARM Maintainer: Tommaso Sardelli <lacapannadelloziotom@gmail.com
|
||||
|
||||
pkgname=owncloud
|
||||
pkgver=5.0.0
|
||||
pkgver=5.0.3
|
||||
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' 'php-intl')
|
||||
optdepends=("php-apache: to use the Apache web server" "php-sqlite: to use the SQLite database backend" "mysql: to use the MySQL database backend" "smbclient: to mount SAMBA shares")
|
||||
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://download.owncloud.org/community/$pkgname-$pkgver.tar.bz2" 'owncloud.conf')
|
||||
backup=('etc/httpd/conf/extra/owncloud.conf')
|
||||
install=owncloud.install
|
||||
md5sums=('a6786a4bc8f2efba3f4460f1f39fddb4'
|
||||
md5sums=('354e0d6ad98ea544aacada809df4b815'
|
||||
'12c893e4a6a2af4b085c592ded741eaf')
|
||||
|
||||
package() {
|
||||
|
|
Loading…
Reference in a new issue