mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
Merge pull request #330 from bob-182/patch-3
Update aur/owncloud/PKGBUILD
This commit is contained in:
commit
f26ef94cda
1 changed files with 2 additions and 2 deletions
|
@ -2,7 +2,7 @@
|
|||
# Based on owncloud-git PKGBUILD by Alexander Ovsyannikov
|
||||
|
||||
pkgname=owncloud
|
||||
pkgver=4.5.4
|
||||
pkgver=4.5.5
|
||||
pkgrel=1
|
||||
pkgdesc="A cloud server to store your files centrally on a hardware controlled by you"
|
||||
arch=('any')
|
||||
|
@ -14,7 +14,7 @@ makedepends=()
|
|||
source=("http://owncloud.org/releases/$pkgname-$pkgver.tar.bz2" 'owncloud.conf')
|
||||
backup=('etc/httpd/conf/extra/owncloud.conf')
|
||||
install=owncloud.install
|
||||
md5sums=('5eb62820d94c6c559b633538e3d568e4'
|
||||
md5sums=('5fd4b51c282ef7262377386cefb939b3'
|
||||
'7a08e1fee098615ea24fcdb1f4bd82d9')
|
||||
|
||||
package() {
|
||||
|
|
Loading…
Reference in a new issue