diff options
Diffstat (limited to 'extra/libmtp/PKGBUILD')
-rw-r--r-- | extra/libmtp/PKGBUILD | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/extra/libmtp/PKGBUILD b/extra/libmtp/PKGBUILD index 58a66481a..e1f986bc9 100644 --- a/extra/libmtp/PKGBUILD +++ b/extra/libmtp/PKGBUILD @@ -1,18 +1,18 @@ -# $Id: PKGBUILD 155745 2012-04-06 00:05:58Z tomegun $ +# $Id: PKGBUILD 155970 2012-04-10 11:26:59Z tomegun $ +# Maintainer: Tom Gundersen <teg@jklm.no> # Contributor: damir <damir@archlinux.org> # Contributor: Kevin Edmonds <edmondskevin@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" "mips64el") 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 @@ package() { cd "${srcdir}/${pkgname}-${pkgver}" make DESTDIR="${pkgdir}" install } +md5sums=('11529eedaf0e1fc00cdd6119eec525f0') |