From 2d3618c21c726687486519907295a25e23f020fc Mon Sep 17 00:00:00 2001
From: tmpfile <tmpfile@users.noreply.github.com>
Date: Tue, 5 Sep 2017 16:01:26 -0300
Subject: [PATCH] community/alpine-desktop: build on aarch64

---
 community/alpine-desktop/APKBUILD | 8 +++-----
 1 file changed, 3 insertions(+), 5 deletions(-)

diff --git a/community/alpine-desktop/APKBUILD b/community/alpine-desktop/APKBUILD
index 2972c5aa441f..7d0a28bdc631 100644
--- a/community/alpine-desktop/APKBUILD
+++ b/community/alpine-desktop/APKBUILD
@@ -1,12 +1,11 @@
 # Maintainer: Natanael Copa <ncopa@alpinelinux.org>
 pkgname=alpine-desktop
 pkgver=2.5
-pkgrel=2
+pkgrel=3
 pkgdesc="Meta package for Alpine Desktop"
 url="http://alpinelinux.org"
-arch="noarch !aarch64" #firefox-esr not avail on excluded arches
+arch="noarch"
 license="GPL"
-makedepends=""
 depends="
 	abiword
 	audacious
@@ -29,8 +28,7 @@ depends="
 	"
 install=alpine-desktop.post-install
 options="!check"
-source=""
-builddir="$srcdir"/$pkgname-$pkgver
+builddir="$srcdir/$pkgname-$pkgver"
 
 build() {
 	return 0
-- 
GitLab