From 37130e61d55d1b01633c8be58696be0143ab8e4a Mon Sep 17 00:00:00 2001 From: Piraty Date: Mon, 16 Oct 2023 14:26:56 +0200 Subject: [PATCH] samdisk: fix version, add dependencies --- srcpkgs/samdisk/template | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/srcpkgs/samdisk/template b/srcpkgs/samdisk/template index dd209b94336..e2240a6d20e 100644 --- a/srcpkgs/samdisk/template +++ b/srcpkgs/samdisk/template @@ -1,14 +1,17 @@ # Template file for 'samdisk' pkgname=samdisk -version=20220725 +reverts="20220725_1" +_tag="20220725" +version="0.0.0.${_tag}" revision=1 build_style=cmake +makedepends="bzip2-devel liblzma-devel libusb-devel zlib-devel" short_desc="Disk image utility, specialising in copy-protected PC-compatible format" maintainer="Piraty " license="MIT" homepage="https://simonowen.com/samdisk/" -changelog="https://github.com/simonowen/samdisk/raw/${version}/ChangeLog.txt" -distfiles="https://github.com/simonowen/samdisk/archive/refs/tags/${version}.tar.gz" +changelog="https://github.com/simonowen/samdisk/raw/${_tag}/ChangeLog.txt" +distfiles="https://github.com/simonowen/samdisk/archive/refs/tags/${_tag}.tar.gz" checksum=5218f9dab0a86c7e80c51b0a9265c1e57ec5d4553011dc7169141ec291ce067e post_install() {