diff options
author | Leonardo Arena <rnalrd@alpinelinux.org> | 2012-11-15 08:20:20 +0000 |
---|---|---|
committer | Leonardo Arena <rnalrd@alpinelinux.org> | 2012-11-15 08:20:20 +0000 |
commit | f53ec1747076aaf7e96ff582ae87496c88a70585 (patch) | |
tree | 42f1d7ead15425b0102dadfc7eae73e6b3552c07 /main/owncloud/APKBUILD | |
parent | f1af4245b967fd75819f9c6985b6a66c6477bd91 (diff) | |
download | aports-f53ec1747076aaf7e96ff582ae87496c88a70585.tar.bz2 aports-f53ec1747076aaf7e96ff582ae87496c88a70585.tar.xz |
main/owncloud: fix typos in depends
Diffstat (limited to 'main/owncloud/APKBUILD')
-rw-r--r-- | main/owncloud/APKBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/main/owncloud/APKBUILD b/main/owncloud/APKBUILD index e8562d062..f3c72935a 100644 --- a/main/owncloud/APKBUILD +++ b/main/owncloud/APKBUILD @@ -1,7 +1,7 @@ # Maintainer: Leonardo Arena <rnalrd@alpinelinux.org> pkgname=owncloud pkgver=4.5.2 -pkgrel=2 +pkgrel=3 pkgdesc="Your own WebDAV-based cloud service" url="http://owncloud.org" arch="noarch" @@ -75,13 +75,13 @@ _mv_app() { texteditor() { pkgdesc="ownCloud integrated text editor" - depends="ownCloud" + depends="owncloud" _mv_app texteditor } videoviewer() { pkgdesc="ownCloud integrated video viewer" - depends="ownCloud" + depends="owncloud" _mv_app videoviewer } |