aboutsummaryrefslogtreecommitdiffstats
path: root/community/alpine-desktop
diff options
context:
space:
mode:
authortmpfile <tmpfile@users.noreply.github.com>2017-09-05 16:01:26 -0300
committerTimo Teräs <timo.teras@iki.fi>2017-09-06 07:38:24 +0000
commit2d3618c21c726687486519907295a25e23f020fc (patch)
tree591afe4e084d2fe11b0180bd676c106c41232a4e /community/alpine-desktop
parenta8095a966b28b8ec6408edc2acbceaa1e04123d0 (diff)
downloadaports-2d3618c21c726687486519907295a25e23f020fc.tar.bz2
aports-2d3618c21c726687486519907295a25e23f020fc.tar.xz
community/alpine-desktop: build on aarch64
Diffstat (limited to 'community/alpine-desktop')
-rw-r--r--community/alpine-desktop/APKBUILD8
1 files changed, 3 insertions, 5 deletions
diff --git a/community/alpine-desktop/APKBUILD b/community/alpine-desktop/APKBUILD
index 2972c5aa44..7d0a28bdc6 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