From 8a8b55995998accf037fe8c4ed77d2caf47f015c Mon Sep 17 00:00:00 2001 From: Cametendo Date: Tue, 28 Apr 2026 12:37:47 +0200 Subject: [PATCH] Updated PKGBUILD for next version --- PKGBUILD | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/PKGBUILD b/PKGBUILD index f24d7f5..410aa13 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,13 +1,13 @@ # Maintainer: Cametendo cameronmathis08@gmail.com pkgname=cflash -pkgver=1.0.0 +pkgver=1.0.1 pkgrel=1 -pkgdesc="Small and lightweight image and iso flasher build on dd." +pkgdesc="A small and lightweight wrapper for dd that strips away the complexity of CLI flashing." arch=('any') url="https://github.com/cametendo/cflash-git" license=('MIT') depends=('java-runtime>=21') -makedepends=('java-environment>=21' 'maven') +makedepends=('java-environment>=21' 'maven' 'git') source=("cflash::git+https://github.com/cametendo/cflash-git.git") sha256sums=('SKIP') @@ -21,7 +21,7 @@ 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-*-jar-with-dependencies.jar \ + install -Dm644 target/cflash-1.0.1-jar-with-dependencies.jar \ "$pkgdir/usr/share/java/cflash/cflash.jar" # Create the executable