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

Tom Gundersen tomegun at archlinux.org
Tue Apr 10 11:26:02 UTC 2012


    Date: Tuesday, April 10, 2012 @ 07:26:02
  Author: tomegun
Revision: 155969

upgpkg: libmtp 1.1.3-1

upstream update

Modified:
  libmtp/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2012-04-10 10:51:55 UTC (rev 155968)
+++ PKGBUILD	2012-04-10 11:26:02 UTC (rev 155969)
@@ -1,18 +1,18 @@
 # $Id$
+# Maintainer: Tom Gundersen <teg at jklm.no>
 # Contributor: damir <damir at archlinux.org>
 # Contributor: Kevin Edmonds <edmondskevin at hotmail.com>
 
 pkgname=libmtp
-pkgver=1.1.2
-pkgrel=2
+pkgver=1.1.3
+pkgrel=1
 pkgdesc="Library implementation of the Media Transfer Protocol"
 arch=("i686" "x86_64")
 url="http://libmtp.sourceforge.net"
 license=('LGPL')
-depends=('libusb')
+depends=('libusb' 'libgcrypt')
 options=('!libtool')
 source=("http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz")
-md5sums=('6dc708757e3fd3ccce7445b4f2171263')
 
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"
@@ -24,3 +24,4 @@
   cd "${srcdir}/${pkgname}-${pkgver}"
   make DESTDIR="${pkgdir}" install
 }
+md5sums=('11529eedaf0e1fc00cdd6119eec525f0')




More information about the arch-commits mailing list