[arch-commits] Commit in libmtp/trunk (PKGBUILD)

Tom Gundersen tomegun at archlinux.org
Sat Mar 31 23:02:27 UTC 2012


    Date: Saturday, March 31, 2012 @ 19:02:26
  Author: tomegun
Revision: 154965

upgpkg: libmtp 1.1.2-2

move udev-helpers and rules to /usr/lib

Modified:
  libmtp/trunk/PKGBUILD

----------+
 PKGBUILD |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2012-03-31 22:50:08 UTC (rev 154964)
+++ PKGBUILD	2012-03-31 23:02:26 UTC (rev 154965)
@@ -4,7 +4,7 @@
 
 pkgname=libmtp
 pkgver=1.1.2
-pkgrel=1
+pkgrel=2
 pkgdesc="Library implementation of the Media Transfer Protocol"
 arch=("i686" "x86_64")
 url="http://libmtp.sourceforge.net"
@@ -16,7 +16,7 @@
 
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"
-  ./configure --prefix=/usr
+  ./configure --prefix=/usr --with-udev=/usr/lib/udev
   make
 }
 




More information about the arch-commits mailing list