mirror of
https://gitdl.cn/https://github.com/chakralinux/desktop.git
synced 2025-01-23 17:43:12 +08:00
[skip-ci] usbredir: update to 0.8.0
This commit is contained in:
parent
2d9162bf4b
commit
f7024d63cf
@ -1,16 +1,17 @@
|
||||
# Contributor: Sergej Pupykin <pupykin.s+arch@gmail.com>
|
||||
# Contributor: Stefano Facchini <stefano.facchini@gmail.com>
|
||||
# Contributions from Arch:
|
||||
# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
|
||||
# Maintainer: Stefano Facchini <stefano.facchini@gmail.com>
|
||||
|
||||
pkgname=usbredir
|
||||
pkgver=0.7
|
||||
pkgver=0.8.0
|
||||
pkgrel=1
|
||||
pkgdesc="USB traffic redirection protocol"
|
||||
arch=('i686' 'x86_64')
|
||||
arch=('x86_64')
|
||||
url="http://spice-space.org/page/UsbRedir"
|
||||
license=('GPL2' 'LGPL2.1')
|
||||
depends=('libusb')
|
||||
source=(http://spice-space.org/download/usbredir/$pkgname-$pkgver.tar.bz2)
|
||||
sha256sums=('0a63a0712b5dc62be9cca44f97270fea5d1ec1fe7dde0c11dc74a01c8e2006aa')
|
||||
sha256sums=('87bc9c5a81c982517a1bec70dc8d22e15ae197847643d58f20c0ced3c38c5e00')
|
||||
|
||||
build() {
|
||||
cd "$srcdir/$pkgname-$pkgver"
|
||||
@ -22,5 +23,3 @@ package() {
|
||||
cd "$srcdir/$pkgname-$pkgver"
|
||||
make DESTDIR="$pkgdir/" install
|
||||
}
|
||||
|
||||
# vim:set ts=2 sw=2 et:
|
||||
|
Loading…
Reference in New Issue
Block a user