diff options
author | cos <cos> | 2024-09-07 13:46:44 +0200 |
---|---|---|
committer | cos <cos> | 2024-09-07 13:53:01 +0200 |
commit | 8a25e4d458a5310019fd55d8dda1ec9140b1f73a (patch) | |
tree | 21941dcefb6766c9c82a68744c176b0551822454 | |
parent | 0e8f8ccf5d2616e94a407479c21e5a4cfbb1c6ad (diff) | |
download | aports-8a25e4d458a5310019fd55d8dda1ec9140b1f73a.zip |
fixup! community/xbindkeys: silence linter issuesfix/xbindkeys-default-features
* remove $pkgname from source url
-rw-r--r-- | community/xbindkeys/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/xbindkeys/APKBUILD b/community/xbindkeys/APKBUILD index e4806769265..4fcd97eb947 100644 --- a/community/xbindkeys/APKBUILD +++ b/community/xbindkeys/APKBUILD @@ -11,7 +11,7 @@ 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() { |