[arch-commits] Commit in libusb-compat/trunk (PKGBUILD)
Eric Bélanger
eric at archlinux.org
Mon May 7 05:48:34 UTC 2012
Date: Monday, May 7, 2012 @ 01:48:33
Author: eric
Revision: 158680
upgpkg: libusb-compat 0.1.4-1
Upstream update
Modified:
libusb-compat/trunk/PKGBUILD
----------+
PKGBUILD | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2012-05-06 22:44:37 UTC (rev 158679)
+++ PKGBUILD 2012-05-07 05:48:33 UTC (rev 158680)
@@ -4,16 +4,16 @@
# Contributor: arjan <arjan at archlinux.org>
pkgname=libusb-compat
-pkgver=0.1.3
-pkgrel=2
+pkgver=0.1.4
+pkgrel=1
pkgdesc="Library to enable user space application programs to communicate with USB devices"
arch=('i686' 'x86_64')
-depends=('libusb' 'sh')
url="http://libusb.sourceforge.net/"
license=('LGPL')
+depends=('libusb' 'sh')
+options=('!libtool')
source=("http://downloads.sourceforge.net/${pkgname%-*}/${pkgname}-${pkgver%.*}/$pkgname-$pkgver/${pkgname}-${pkgver}.tar.bz2")
-options=('!libtool')
-md5sums=('570ac2ea085b80d1f74ddc7c6a93c0eb')
+md5sums=('2ca521fffadd0c28fdf174e6ec73865b')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"
@@ -23,5 +23,5 @@
package() {
cd "${srcdir}/${pkgname}-${pkgver}"
- make DESTDIR=${pkgdir} install
+ make DESTDIR="${pkgdir}" install
}
More information about the arch-commits
mailing list