From d7f8768965870a240c7a683c3254dd52a708c965 Mon Sep 17 00:00:00 2001 From: cos Date: Fri, 6 Sep 2024 12:25:49 +0200 Subject: [PATCH] community/xbindkeys: silence linter issues * use SPDX identifier for license * remove $pkgname from source url --- community/xbindkeys/APKBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/community/xbindkeys/APKBUILD b/community/xbindkeys/APKBUILD index 533a673e466..4fcd97eb947 100644 --- a/community/xbindkeys/APKBUILD +++ b/community/xbindkeys/APKBUILD @@ -7,11 +7,11 @@ pkgrel=3 pkgdesc="Program for launching shell commands via keyboard shortcuts in X" url="https://nongnu.org/xbindkeys/" arch="all" -license="GPL-2.0" +license="GPL-2.0-or-later" depends="guile" makedepends="guile-dev libx11-dev" subpackages="$pkgname-doc" -source="https://nongnu.org/$pkgname/$pkgname-$pkgver.tar.gz +source="https://nongnu.org/xbindkeys/xbindkeys-$pkgver.tar.gz 10-guile3_0.patch" prepare() {