diff options
author | Nicolás Reynolds <fauno@kiwwwi.com.ar> | 2012-04-06 23:38:28 -0300 |
---|---|---|
committer | Nicolás Reynolds <fauno@kiwwwi.com.ar> | 2012-04-06 23:38:28 -0300 |
commit | 750a8fc982e640e6ef62f80afd99469959f407ad (patch) | |
tree | cfc482b7afcc4e3502e67578825c439ee296b2d5 /extra/libmtp | |
parent | 2781491d77559e5a9f0e0d26698d91da745f14f3 (diff) | |
parent | 3d65494a8eda056377febda4642ce992e69a9371 (diff) |
Merge branch 'master' of ssh://vparabola/home/parabola/abslibre-pre-mips64el
Conflicts:
core/kmod/PKGBUILD
multilib/lib32-libpng/PKGBUILD
testing/baobab/PKGBUILD
testing/empathy/PKGBUILD
testing/libgdata/PKGBUILD
testing/telepathy-farstream/PKGBUILD
testing/telepathy-haze/PKGBUILD
Diffstat (limited to 'extra/libmtp')
-rw-r--r-- | extra/libmtp/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/extra/libmtp/PKGBUILD b/extra/libmtp/PKGBUILD index 142fd5c48..58a66481a 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" "mips64el") 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 } |