summaryrefslogtreecommitdiff
path: root/extra/libmtp
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2012-04-07 00:01:17 +0000
committerroot <root@rshg054.dnsready.net>2012-04-07 00:01:17 +0000
commit3d65494a8eda056377febda4642ce992e69a9371 (patch)
treedae57e04ca5f7d7490acbde87206eaa62695109d /extra/libmtp
parentd9c1fc1bcca8fd5cd3566fc6b183fe23065778bc (diff)
Sat Apr 7 00:01:16 UTC 2012
Diffstat (limited to 'extra/libmtp')
-rw-r--r--extra/libmtp/PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/extra/libmtp/PKGBUILD b/extra/libmtp/PKGBUILD
index 5631f21e2..e7d7fb122 100644
--- a/extra/libmtp/PKGBUILD
+++ b/extra/libmtp/PKGBUILD
@@ -1,10 +1,10 @@
-# $Id: PKGBUILD 153576 2012-03-16 05:45:45Z eric $
+# $Id: PKGBUILD 155745 2012-04-06 00:05:58Z tomegun $
# Contributor: damir <damir@archlinux.org>
# Contributor: Kevin Edmonds <edmondskevin@hotmail.com>
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 @@ md5sums=('6dc708757e3fd3ccce7445b4f2171263')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"
- ./configure --prefix=/usr
+ ./configure --prefix=/usr --with-udev=/usr/lib/udev
make
}