From d844312868278b44929839c773fdf6d885afbbe7 Mon Sep 17 00:00:00 2001 From: Leonardo Arena Date: Fri, 5 May 2017 12:44:57 +0000 Subject: community/alpine-desktop: don't provide this virtual package for aarch64 firefox-esr missing --- community/alpine-desktop/APKBUILD | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) (limited to 'community/alpine-desktop') diff --git a/community/alpine-desktop/APKBUILD b/community/alpine-desktop/APKBUILD index 87f6234b4f..d6b670abae 100644 --- a/community/alpine-desktop/APKBUILD +++ b/community/alpine-desktop/APKBUILD @@ -1,10 +1,10 @@ # Maintainer: Natanael Copa pkgname=alpine-desktop pkgver=2.5 -pkgrel=1 +pkgrel=2 pkgdesc="Meta package for Alpine Desktop" url="http://alpinelinux.org" -arch="noarch" +arch="noarch !aarch64" #firefox-esr not avail on excluded arches license="GPL" makedepends="" depends=" @@ -28,13 +28,9 @@ depends=" xscreensaver " install=alpine-desktop.post-install -subpackages="" +options="!check" source="" - -_builddir="$srcdir"/$pkgname-$pkgver -prepare() { - return 0 -} +builddir="$srcdir"/$pkgname-$pkgver build() { return 0 -- cgit v1.2.3