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

Bartłomiej Piotrowski bpiotrowski at archlinux.org
Sat Sep 20 19:17:34 UTC 2014


    Date: Saturday, September 20, 2014 @ 21:17:33
  Author: bpiotrowski
Revision: 222515

upgpkg: libmtp 1.1.8-1

new upstream release

Modified:
  libmtp/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2014-09-20 19:15:49 UTC (rev 222514)
+++ PKGBUILD	2014-09-20 19:17:33 UTC (rev 222515)
@@ -4,8 +4,8 @@
 # Contributor: Kevin Edmonds <edmondskevin at hotmail.com>
 
 pkgname=libmtp
-pkgver=1.1.6
-pkgrel=6
+pkgver=1.1.8
+pkgrel=1
 pkgdesc="Library implementation of the Media Transfer Protocol"
 arch=("i686" "x86_64")
 url="http://libmtp.sourceforge.net"
@@ -12,7 +12,7 @@
 license=('LGPL')
 depends=('libusb' 'libgcrypt')
 source=("http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz")
-md5sums=('87835626dbcf39e62bfcdd4ae6da2063')
+md5sums=('f76abc22fdbe96e96f0066e0f2dc0efd')
 
 build() {
   cd ${pkgname}-${pkgver}
@@ -28,7 +28,7 @@
 package() {
   cd ${pkgname}-${pkgver}
   make DESTDIR="${pkgdir}" install
-  
+
   # fix broken udev rule
   sed -i "/^Unable to open/d" ${pkgdir}/usr/lib/udev/rules.d/69-libmtp.rules
 }




More information about the arch-commits mailing list