@@ -5,11 +5,12 @@ pkgbase=mingw-w64-${_realname}
|
||||
pkgname="${MINGW_PACKAGE_PREFIX}-${_realname}-git"
|
||||
provides=("${MINGW_PACKAGE_PREFIX}-${_realname}")
|
||||
conflicts=("${MINGW_PACKAGE_PREFIX}-${_realname}")
|
||||
pkgver=233.8b17cf3
|
||||
pkgver=540.f0adcda0
|
||||
pkgrel=1
|
||||
_commit='f0adcda012820b1cd44a8b3a1953baf478029738'
|
||||
pkgdesc='Sample GUI for communicating with HIDs (mingw-w64)'
|
||||
arch=('any')
|
||||
mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64')
|
||||
mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clang32')
|
||||
url='https://github.com/Microsoft/Windows-driver-samples/tree/master/hid/hclient'
|
||||
license=('custom')
|
||||
makedepends=("${MINGW_PACKAGE_PREFIX}-gcc")
|
||||
@@ -34,7 +35,7 @@ sha256sums=('SKIP'
|
||||
|
||||
pkgver() {
|
||||
cd "${srcdir}/wds"
|
||||
printf "%s.%s" "$(git rev-list --count HEAD)" "$(git rev-parse --short HEAD)"
|
||||
printf "%s.%s" "$(git rev-list --count "${_commit}")" "$(git rev-parse --short "${_commit}")"
|
||||
}
|
||||
|
||||
prepare() {
|
||||
|
||||
Reference in New Issue
Block a user