diff options
-rw-r--r-- | community/alpine-desktop/APKBUILD | 12 |
1 files changed, 4 insertions, 8 deletions
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 <ncopa@alpinelinux.org> 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 |