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

Stéphane Gaudreault stephane at archlinux.org
Mon Jun 13 11:09:19 UTC 2011


    Date: Monday, June 13, 2011 @ 07:09:19
  Author: stephane
Revision: 127351

upgpkg: libmtp 1.1.0-1
version bump

Modified:
  libmtp/trunk/PKGBUILD

----------+
 PKGBUILD |    8 +++-----
 1 file changed, 3 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2011-06-13 11:09:08 UTC (rev 127350)
+++ PKGBUILD	2011-06-13 11:09:19 UTC (rev 127351)
@@ -3,7 +3,7 @@
 # Contributor: Kevin Edmonds <edmondskevin at hotmail.com>
 
 pkgname=libmtp
-pkgver=1.0.6
+pkgver=1.1.0
 pkgrel=1
 pkgdesc="library implementation of the Media Transfer Protocol"
 arch=("i686" "x86_64")
@@ -13,17 +13,15 @@
 makedepends=('doxygen')
 options=('!libtool')
 source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz)
-md5sums=('7d3c624d768adba8537f8bc9c0a82cbf')
+md5sums=('fd7b293436528f4c780a9da6e5cc5398')
 
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"
-  ./configure --prefix=/usr
+  ./configure --prefix=/usr --with-udev-rules=52-libmtp.rules
   make
 }
 
 package() {
   cd "${srcdir}/${pkgname}-${pkgver}"
   make DESTDIR="${pkgdir}" install
-  
-  install -D -m0644 libmtp.rules "${pkgdir}/lib/udev/rules.d/52-libmtp.rules"
 }




More information about the arch-commits mailing list