usbview-git: Update to 42.c4ba9c6. Fix PKGBUILD

This commit is contained in:
Alexey Pavlov
2016-01-18 10:44:12 +03:00
parent f1afab6c30
commit ef0d32ade4

View File

@@ -3,10 +3,10 @@
_realname=usbview
pkgbase=mingw-w64-${_realname}
pkgname="${MINGW_PACKAGE_PREFIX}-${_realname}-git"
provides="${MINGW_PACKAGE_PREFIX}-${_realname}"
conflicts="${MINGW_PACKAGE_PREFIX}-${_realname}"
provides=("${MINGW_PACKAGE_PREFIX}-${_realname}")
conflicts=("${MINGW_PACKAGE_PREFIX}-${_realname}")
replaces=("${MINGW_PACKAGE_PREFIX}-${_realname}")
pkgver=39.5b815f8
pkgver=42.c4ba9c6
pkgrel=1
pkgdesc='GUI for browsing all USB controllers and connected USB devices on your computer (mingw-w64)'
arch=('any')
@@ -16,17 +16,14 @@ makedepends=(
"${MINGW_PACKAGE_PREFIX}-gcc"
'patch'
)
depends=()
options=('strip')
source=(
"wds::git+https://github.com/Microsoft/Windows-driver-samples"
'my_xmlhelper.c'
'01-uvcview-includes.patch'
'03-resource-fix.patch'
'04-redefinition.patch'
'05-connection-statuses.patch'
)
source=("wds::git+https://github.com/Microsoft/Windows-driver-samples"
'my_xmlhelper.c'
'01-uvcview-includes.patch'
'03-resource-fix.patch'
'04-redefinition.patch'
'05-connection-statuses.patch'
)
sha256sums=('SKIP'
'c753691eea14e4cd267cc9a8e1afbf97648e9fda57cf68011384e4a5b1421c2e'
'36173cc353ca4901c23f971980a1ff59c007b952dd602d4faa5a34c7d7fc3518'