Skip to content
Snippets Groups Projects
Commit 3561280d authored by Bart Ribbers's avatar Bart Ribbers
Browse files

community/kdeconnect: fix script gone wrong

parent 4532a6ee
No related branches found
No related tags found
No related merge requests found
......@@ -5,7 +5,7 @@
# group=kde-applications
pkgname=kdeconnect
pkgver=23.04.3
pkgrel=1
pkgrel=2
pkgdesc="Adds communication between KDE and your smartphone"
url="https://community.kde.org/KDEConnect"
# armhf blocked by extra-cmake-modules
......@@ -72,10 +72,7 @@ package() {
nftables() {
pkgdesc="$pkgdesc (nftables rules)"
install_if="$
# The group tag is just to easily find this APKBUILD by some scripts for automation
# group=kde-applications
pkgname=$pkgver-r$pkgrel nftables"
install_if="$pkgname=$pkgver-r$pkgrel nftables"
install -Dm644 -t "$subpkgdir"/etc/nftables.d "$srcdir"/60_kdeconnect.nft
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment