From d54142e71c56d70baa9e72f7c475fc24bb5cfbc5 Mon Sep 17 00:00:00 2001 From: Cametendo Date: Fri, 1 May 2026 10:18:25 +0200 Subject: [PATCH] Update PKGBUILD --- PKGBUILD | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/PKGBUILD b/PKGBUILD index 410aa13..8aadc5b 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -20,9 +20,8 @@ build() { package() { cd "$srcdir/cflash" - # for some reason MAKEPKD won't accept my version, using the wildcard for literally anything if may find - install -Dm644 target/cflash-1.0.1-jar-with-dependencies.jar \ - "$pkgdir/usr/share/java/cflash/cflash.jar" + install -Dm644 "target/${pkgname}-${pkgver}-jar-with-dependencies.jar" \ + "$pkgdir/usr/share/java/${pkgname}/${pkgname}.jar" # Create the executable install -d "$pkgdir/usr/bin"