From 120df4e0db159525806a9b33364483e76f9d51d3 Mon Sep 17 00:00:00 2001 From: root Date: Wed, 24 Oct 2012 01:50:39 -0700 Subject: Wed Oct 24 01:47:51 PDT 2012 --- extra/usbview/PKGBUILD | 20 ++++++-------------- 1 file changed, 6 insertions(+), 14 deletions(-) (limited to 'extra/usbview/PKGBUILD') diff --git a/extra/usbview/PKGBUILD b/extra/usbview/PKGBUILD index e131c153f..21369ef29 100644 --- a/extra/usbview/PKGBUILD +++ b/extra/usbview/PKGBUILD @@ -1,23 +1,19 @@ -# $Id: PKGBUILD 169432 2012-10-21 07:40:08Z giovanni $ +# $Id: PKGBUILD 169543 2012-10-23 11:13:44Z giovanni $ # Maintainer: Giovanni Scafora # Contributor: Jason Chu pkgname=usbview -pkgver=1.1 -pkgrel=4 +pkgver=2.0 +pkgrel=2 pkgdesc="Display the topology of devices on the USB bus" arch=('i686' 'x86_64') -url="http://www.kroah.com/linux-usb/" +url="http://www.kroah.com/linux/usb/" license=('GPL') depends=('gtk3' 'desktop-file-utils') makedepends=('pkg-config' 'gendesk') install=${pkgname}.install -source=("http://www.kroah.com/linux-usb/${pkgname}-${pkgver}.tar.gz" - 'usbview-1.1-gtk3-port.patch' - 'usbview-1.1-missing-usbfs.patch') -md5sums=('8bf5e66351156356f3ad07454123affa' - '578ed1099228f205b728ee2d46ed6f56' - '02e4313887423d0057a7f4f15b7f37d4') +source=("http://www.kroah.com/linux/usb/${pkgname}-${pkgver}.tar.gz") +md5sums=('565f2e79f3924d14ab5b4d8aced557e5') build() { cd "${srcdir}" @@ -26,10 +22,6 @@ build() { cd "${pkgname}-${pkgver}" - patch -Np1 -i "${srcdir}/usbview-1.1-gtk3-port.patch" - patch -Np1 -i "${srcdir}/usbview-1.1-missing-usbfs.patch" - - autoreconf ./configure --prefix=/usr \ --sysconfdir=/etc \ --localstatedir=/var -- cgit v1.2.3-54-g00ecf