diff options
Diffstat (limited to 'community/alpine-desktop')
-rw-r--r-- | community/alpine-desktop/APKBUILD | 14 |
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 } |