From 51a93bd3930e7d605a3fd5f31f052b290e066a65 Mon Sep 17 00:00:00 2001 From: Leo Date: Wed, 5 Jun 2019 03:05:25 -0300 Subject: community/alpine-desktop: modernize, fix url, fix license --- community/alpine-desktop/APKBUILD | 14 ++++---------- 1 file changed, 4 insertions(+), 10 deletions(-) (limited to 'community/alpine-desktop/APKBUILD') diff --git a/community/alpine-desktop/APKBUILD b/community/alpine-desktop/APKBUILD index 295b71a7ff..6a0aa7820d 100644 --- a/community/alpine-desktop/APKBUILD +++ b/community/alpine-desktop/APKBUILD @@ -1,11 +1,11 @@ # Maintainer: Natanael Copa 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 } -- cgit v1.2.3