aboutsummaryrefslogtreecommitdiffstats
path: root/main
diff options
context:
space:
mode:
authorLeonardo Arena <rnalrd@alpinelinux.org>2017-02-28 08:05:46 +0000
committerLeonardo Arena <rnalrd@alpinelinux.org>2017-02-28 08:05:46 +0000
commit6322de26783b191bd53155462542839c1f801799 (patch)
treeac79ec748a09314af85f3bd8fb75d1dae56502b4 /main
parent3de9d8c1c2bf86f574dba5fff8914865297072ed (diff)
downloadaports-6322de26783b191bd53155462542839c1f801799.tar.bz2
aports-6322de26783b191bd53155462542839c1f801799.tar.xz
main/nextcloud: silence the warning, don't use stub function
Diffstat (limited to 'main')
-rw-r--r--main/nextcloud/APKBUILD7
1 files changed, 2 insertions, 5 deletions
diff --git a/main/nextcloud/APKBUILD b/main/nextcloud/APKBUILD
index 5c21d3f562..f974d65e68 100644
--- a/main/nextcloud/APKBUILD
+++ b/main/nextcloud/APKBUILD
@@ -1,7 +1,7 @@
# Maintainer: Leonardo Arena <rnalrd@alpinelinux.org>
pkgname=nextcloud
pkgver=11.0.2
-pkgrel=1
+pkgrel=2
pkgdesc="A safe home for all your data"
url="http://nextcloud.com"
arch="noarch"
@@ -14,6 +14,7 @@ depends="$_php ${_php}-ctype ${_php}-curl ${_php}-dom ${_php}-gd ${_php}-iconv
depends_dev=
makedepends="$depends_dev"
install=
+options="!check"
subpackages="$pkgname-doc $pkgname-activity $pkgname-firstrunwizard $pkgname-gallery
$pkgname-mysql $pkgname-notifications $pkgname-pdfviewer $pkgname-pgsql
$pkgname-sqlite $pkgname-templateeditor $pkgname-texteditor
@@ -47,10 +48,6 @@ build() {
return 0
}
-check() {
- return 0
-}
-
package() {
cd "$builddir"
for dir in ${_ncconfdir} ${_ncdatadir} ${_ncwwwdir}; do