mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
commit
d1b246a64f
1 changed files with 3 additions and 3 deletions
|
@ -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() {
|
||||||
|
|
Loading…
Reference in a new issue