qarma: update to 1.0.0

This commit is contained in:
zlice 2025-06-30 23:34:24 -04:00 committed by Duncan Overbruck
parent 722a88f55d
commit ec02414cbc

View file

@ -1,8 +1,7 @@
# Template file for 'qarma' # Template file for 'qarma'
pkgname=qarma pkgname=qarma
version=t1 version=1.0.0
revision=3 revision=1
_commit=c623e0679e4bdaa17505f2a76d2b35cc66caf598
build_style=qmake build_style=qmake
hostmakedepends="qt6-base" hostmakedepends="qt6-base"
makedepends="qt6-base-devel qt6-widgets" makedepends="qt6-base-devel qt6-widgets"
@ -10,8 +9,8 @@ short_desc="Tool to create dialog boxes, based on Qt"
maintainer="Orphaned <orphan@voidlinux.org>" maintainer="Orphaned <orphan@voidlinux.org>"
license="GPL-2.0-only" license="GPL-2.0-only"
homepage="https://github.com/luebking/qarma" homepage="https://github.com/luebking/qarma"
distfiles="https://github.com/luebking/qarma/archive/${_commit}.tar.gz" distfiles="https://github.com/luebking/qarma/archive/refs/tags/v${version}.tar.gz"
checksum=40fb41ee39e685b376d30acc5820cd51af503eaa4de0684ba5a4a85fc71b00a1 checksum=1c7641278d2cfa4875742e9d2330f28a9a49dd2c949ecd8e69721a433407f4f8
replaces="zenity>=0" replaces="zenity>=0"
provides="zenity-${version}_${revision}" provides="zenity-${version}_${revision}"