diff options
-rw-r--r-- | community/alpine-desktop/APKBUILD | 8 |
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 |