hclient: remove -git suffix (#27074)

This commit is contained in:
Christoph Reiter
2025-12-28 11:31:52 +01:00
committed by GitHub
parent a2073ed83f
commit 0604d82630
9 changed files with 2 additions and 2 deletions

View File

@@ -2,11 +2,11 @@
_realname=hclient
pkgbase=mingw-w64-${_realname}
pkgname="${MINGW_PACKAGE_PREFIX}-${_realname}-git"
pkgname="${MINGW_PACKAGE_PREFIX}-${_realname}"
provides=("${MINGW_PACKAGE_PREFIX}-${_realname}")
conflicts=("${MINGW_PACKAGE_PREFIX}-${_realname}")
pkgver=540.f0adcda0
pkgrel=1
pkgrel=2
_commit='f0adcda012820b1cd44a8b3a1953baf478029738'
pkgdesc='Sample GUI for communicating with HIDs (mingw-w64)'
arch=('any')