Date: Sunday, October 1, 2017 @ 21:04:11 Author: arojas Revision: 306514
Update to 1.1.14 Modified: libmtp/trunk/PKGBUILD ----------+ PKGBUILD | 26 ++++++++++++-------------- 1 file changed, 12 insertions(+), 14 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2017-10-01 20:55:54 UTC (rev 306513) +++ PKGBUILD 2017-10-01 21:04:11 UTC (rev 306514) @@ -1,23 +1,24 @@ # $Id$ -# Maintainer: Tom Gundersen <[email protected]> +# Maintainer: Antonio Rojas <[email protected]> +# Contributor: Tom Gundersen <[email protected]> # Contributor: damir <[email protected]> # Contributor: Kevin Edmonds <[email protected]> pkgname=libmtp -pkgver=1.1.13 +pkgver=1.1.14 pkgrel=1 pkgdesc="Library implementation of the Media Transfer Protocol" -arch=("i686" "x86_64") -url="http://libmtp.sourceforge.net" -license=('LGPL') -depends=('libusb') -source=("http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz"{,.asc}) -sha256sums=('494ee02fbfbc316aad75b93263dac00f02a4899f28cfda1decbbd6e26fda6d40' +arch=(i686 x86_64) +url="https://libmtp.sourceforge.net" +license=(LGPL) +depends=(libusb) +source=("https://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz"{,.asc}) +sha256sums=('3817d3e296be8f1bc527385585780e70984e8e0d6a0d00349240d67e3df412e8' 'SKIP') validpgpkeys=(7C4AFD61D8AAE7570796A5172209D6902F969C95) # Marcus Meißner <[email protected]> build() { - cd ${pkgname}-${pkgver} + cd $pkgname-$pkgver ./configure --prefix=/usr --with-udev=/usr/lib/udev make } @@ -28,9 +29,6 @@ } 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 + cd $pkgname-$pkgver + make DESTDIR="$pkgdir" install }
