community/xbindkeys: silence linter issues

* use SPDX identifier for license
 * remove $pkgname from source url
This commit is contained in:
cos 2024-09-06 12:25:49 +02:00 committed by Kevin Daudt
parent 78c4a9945e
commit d7f8768965

View File

@ -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() {