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

Dave Reisner dreisner at archlinux.org
Sat Dec 24 03:54:43 UTC 2011


    Date: Friday, December 23, 2011 @ 22:54:42
  Author: dreisner
Revision: 145613

upgpkg: libmtp 1.1.1-1

- upstream release (should fix FS#27451)
- accept upstream udev rule name (implicitly fixes FS#24491)
- remove doxygen makedep (we don't include this)

Modified:
  libmtp/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2011-12-23 23:43:33 UTC (rev 145612)
+++ PKGBUILD	2011-12-24 03:54:42 UTC (rev 145613)
@@ -3,21 +3,20 @@
 # Contributor: Kevin Edmonds <edmondskevin at hotmail.com>
 
 pkgname=libmtp
-pkgver=1.1.0
+pkgver=1.1.1
 pkgrel=1
 pkgdesc="library implementation of the Media Transfer Protocol"
 arch=("i686" "x86_64")
 url="http://libmtp.sourceforge.net"
 license=('LGPL')
 depends=('libusb-compat')
-makedepends=('doxygen')
 options=('!libtool')
-source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz)
-md5sums=('fd7b293436528f4c780a9da6e5cc5398')
+source=("http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz")
+md5sums=('073e1c2a00ba377f68dce47727e185ae')
 
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"
-  ./configure --prefix=/usr --with-udev-rules=52-libmtp.rules
+  ./configure --prefix=/usr
   make
 }
 




More information about the arch-commits mailing list