diff --git a/mingw-w64-usbredir/PKGBUILD b/mingw-w64-usbredir/PKGBUILD index 8639d51323..48c4c4d304 100644 --- a/mingw-w64-usbredir/PKGBUILD +++ b/mingw-w64-usbredir/PKGBUILD @@ -3,12 +3,13 @@ _realname=usbredir pkgbase=mingw-w64-${_realname} pkgname="${MINGW_PACKAGE_PREFIX}-${_realname}" -pkgver=0.13.0 +pkgver=0.14.0 pkgrel=1 pkgdesc="Parser for the usbredir protocol (mingw-w64)" arch=('any') mingw_arch=('mingw64' 'ucrt64' 'clang64' 'clangarm64') -url="https://www.spice-space.org/" +url="https://www.spice-space.org/usbredir.html" +msys2_repository_url='https://gitlab.freedesktop.org/spice/usbredir.git' msys2_references=( "cpe: cpe:/a:spice-space:usbredir" ) @@ -23,10 +24,12 @@ makedepends=( "${MINGW_PACKAGE_PREFIX}-ninja" "${MINGW_PACKAGE_PREFIX}-pkgconf" ) -source=(https://www.spice-space.org/download/usbredir/${_realname}-${pkgver}.tar.xz +source=(https://www.spice-space.org/download/usbredir/${_realname}-${pkgver}.tar.xz{,.sig} "0001-fix-callback-call-conv.patch") -sha256sums=('4ba6faa02c0ae6deeb4c53883d66ab54b3a5899bead42ce4ded9568b9a7dc46e' +sha256sums=('924dfb5c78328fae45a4c93a01bc83bb72c1310abeed119109255627a8baa332' + 'SKIP' '27365d5ca6a1c85bed705a1ea0785082f036f99d7f3a11d9e13317da8f89d163') +validpgpkeys=('206D3B352F566F3B0E6572E997D9123DE37A484F') # Victor Toso de Carvalho prepare() { cd "${srcdir}"/${_realname}-${pkgver}