diff options
Diffstat (limited to 'community/usbredir/PKGBUILD')
-rw-r--r-- | community/usbredir/PKGBUILD | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/community/usbredir/PKGBUILD b/community/usbredir/PKGBUILD index 7a413742d..c6501f4a4 100644 --- a/community/usbredir/PKGBUILD +++ b/community/usbredir/PKGBUILD @@ -1,16 +1,15 @@ -# $Id: PKGBUILD 93438 2013-07-03 12:56:12Z spupykin $ +# $Id: PKGBUILD 100293 2013-11-02 08:50:50Z spupykin $ # Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com> # Maintainer: Stefano Facchini <stefano.facchini@gmail.com> pkgname=usbredir pkgver=0.6 -pkgrel=3 +pkgrel=4 pkgdesc="USB traffic redirection protocol" arch=('i686' 'x86_64' 'mips64el') url="http://spice-space.org/page/UsbRedir" license=('GPL2' 'LGPL2.1') depends=('libusb') -options=(!libtool) source=(http://spice-space.org/download/usbredir/$pkgname-$pkgver.tar.bz2) sha256sums=('028184960044ea4124030000b3c55a35c3238835116e3a0fbcaff449df2c8edf') |