aboutsummaryrefslogtreecommitdiffstats
path: root/community/alpine-desktop/APKBUILD
diff options
context:
space:
mode:
authorLeo <thinkabit.ukim@gmail.com>2019-06-05 03:05:25 -0300
committerFrancesco Colista <fcolista@alpinelinux.org>2019-06-05 06:35:38 +0000
commit51a93bd3930e7d605a3fd5f31f052b290e066a65 (patch)
tree9c648365429567982aef648f697525c6a8837c02 /community/alpine-desktop/APKBUILD
parent8923e55df4fdf4f4e721ba7998b2d2f0c69eb914 (diff)
downloadaports-51a93bd3930e7d605a3fd5f31f052b290e066a65.tar.bz2
aports-51a93bd3930e7d605a3fd5f31f052b290e066a65.tar.xz
community/alpine-desktop: modernize, fix url, fix license
Diffstat (limited to 'community/alpine-desktop/APKBUILD')
-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 295b71a7ff..6a0aa7820d 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
}