Merge pull request #363 from cippaciong/master

aur/owncloud to 4.5.6-1
This commit is contained in:
Mike Brown 2013-01-24 14:56:02 -08:00
commit d1b246a64f

View file

@ -2,19 +2,19 @@
# Based on owncloud-git PKGBUILD by Alexander Ovsyannikov # Based on owncloud-git PKGBUILD by Alexander Ovsyannikov
pkgname=owncloud pkgname=owncloud
pkgver=4.5.5 pkgver=4.5.6
pkgrel=1 pkgrel=1
pkgdesc="A cloud server to store your files centrally on a hardware controlled by you" pkgdesc="A cloud server to store your files centrally on a hardware controlled by you"
arch=('any') arch=('any')
url="http://owncloud.org/" url="http://owncloud.org/"
license=('GPL') license=('GPL')
depends=('php-gd') 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") optdepends=("php-apache: to use the Apache web server" "php-sqlite: to use the SQLite database backend" "mysql: to use the MySQL database backend")
makedepends=() makedepends=()
source=("http://owncloud.org/releases/$pkgname-$pkgver.tar.bz2" 'owncloud.conf') source=("http://owncloud.org/releases/$pkgname-$pkgver.tar.bz2" 'owncloud.conf')
backup=('etc/httpd/conf/extra/owncloud.conf') backup=('etc/httpd/conf/extra/owncloud.conf')
install=owncloud.install install=owncloud.install
md5sums=('5fd4b51c282ef7262377386cefb939b3' md5sums=('b494ce673c8d5a4061978d2e6cfbc401'
'7a08e1fee098615ea24fcdb1f4bd82d9') '7a08e1fee098615ea24fcdb1f4bd82d9')
package() { package() {