* update usbredir to 0.15.0-1
This commit is contained in:
parent
bc4e1505f2
commit
740e4ec516
@ -1,6 +1,6 @@
|
||||
pkgbase = usbredir
|
||||
pkgdesc = USB traffic redirection protocol
|
||||
pkgver = 0.14.0
|
||||
pkgver = 0.15.0
|
||||
pkgrel = 1
|
||||
url = https://www.spice-space.org/usbredir.html
|
||||
arch = x86_64
|
||||
@ -17,7 +17,7 @@ pkgbase = usbredir
|
||||
depends = libusb
|
||||
provides = libusbredirhost.so
|
||||
provides = libusbredirparser.so
|
||||
source = git+https://gitlab.freedesktop.org/spice/usbredir.git#tag=usbredir-0.14.0
|
||||
sha256sums = f881a5430d8d350adcd0bd71035f143d101516204c324d9e6857e3023b629796
|
||||
source = git+https://gitlab.freedesktop.org/spice/usbredir.git#tag=usbredir-0.15.0
|
||||
sha256sums = 60e71d25edbd9e0d1078b5ff48d091a1563ff069193f99c2045611951c60afd6
|
||||
|
||||
pkgname = usbredir
|
||||
|
@ -5,7 +5,7 @@
|
||||
# Contributor: Stefano Facchini <stefano.facchini@gmail.com>
|
||||
|
||||
pkgname=usbredir
|
||||
pkgver=0.14.0
|
||||
pkgver=0.15.0
|
||||
pkgrel=1
|
||||
pkgdesc="USB traffic redirection protocol"
|
||||
arch=(x86_64 powerpc64le powerpc64 powerpc riscv64)
|
||||
@ -28,7 +28,7 @@ provides=(
|
||||
libusbredirparser.so
|
||||
)
|
||||
source=("git+https://gitlab.freedesktop.org/spice/usbredir.git#tag=$pkgname-$pkgver")
|
||||
sha256sums=('f881a5430d8d350adcd0bd71035f143d101516204c324d9e6857e3023b629796')
|
||||
sha256sums=('60e71d25edbd9e0d1078b5ff48d091a1563ff069193f99c2045611951c60afd6')
|
||||
|
||||
prepare() {
|
||||
cd $pkgname
|
||||
|
Loading…
x
Reference in New Issue
Block a user