aboutsummaryrefslogtreecommitdiffstats
path: root/community
diff options
context:
space:
mode:
Diffstat (limited to 'community')
-rw-r--r--community/alpine-desktop/APKBUILD14
1 files changed, 4 insertions, 10 deletions
diff --git a/community/alpine-desktop/APKBUILD b/community/alpine-desktop/APKBUILD
index 295b71a7ff7..6a0aa7820df 100644
--- a/community/alpine-desktop/APKBUILD
+++ b/community/alpine-desktop/APKBUILD
@@ -1,11 +1,11 @@
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=alpine-desktop
pkgver=2.6
-pkgrel=0
+pkgrel=1
pkgdesc="Meta package for Alpine Desktop"
-url="http://alpinelinux.org"
+url="https://alpinelinux.org"
arch="noarch !s390x"
-license="GPL"
+license="GPL-2.0-or-later"
depends="
abiword
audacious
@@ -26,15 +26,9 @@ depends="
xscreensaver
"
install=alpine-desktop.post-install
-options="!check"
-builddir="$srcdir/$pkgname-$pkgver"
-
-build() {
- return 0
-}
+options="!check" # Metapackage
package() {
mkdir -p "$pkgdir"
- return 0
}