[arch-commits] Commit in libmtp/repos/extra-x86_64 (PKGBUILD PKGBUILD)

Antonio Rojas arojas at archlinux.org
Sun Feb 2 13:58:18 UTC 2020


    Date: Sunday, February 2, 2020 @ 13:58:18
  Author: arojas
Revision: 374488

archrelease: copy trunk to extra-x86_64

Added:
  libmtp/repos/extra-x86_64/PKGBUILD
    (from rev 374487, libmtp/trunk/PKGBUILD)
Deleted:
  libmtp/repos/extra-x86_64/PKGBUILD

----------+
 PKGBUILD |   66 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 33 insertions(+), 33 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-02-02 13:58:02 UTC (rev 374487)
+++ PKGBUILD	2020-02-02 13:58:18 UTC (rev 374488)
@@ -1,33 +0,0 @@
-# Maintainer: Antonio Rojas <arojas at archlinux.org>
-# Contributor: Tom Gundersen <teg at jklm.no>
-# Contributor: damir <damir at archlinux.org>
-# Contributor: Kevin Edmonds <edmondskevin at hotmail.com>
-
-pkgname=libmtp
-pkgver=1.1.16
-pkgrel=1
-pkgdesc="Library implementation of the Media Transfer Protocol"
-arch=(x86_64)
-url="http://libmtp.sourceforge.net"
-license=(LGPL)
-depends=(libusb)
-source=("https://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz"{,.asc})
-sha256sums=('5b68f9dd1ed38de558de687f40e255a39e4d5e32ef3de601f0ac19dd5682bba0'
-            'SKIP')
-validpgpkeys=(7C4AFD61D8AAE7570796A5172209D6902F969C95) # Marcus Meißner <meissner at suse.de>
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --with-udev=/usr/lib/udev
-  make
-}
-
-check() {
-  cd $pkgname-$pkgver
-  make -k check
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: libmtp/repos/extra-x86_64/PKGBUILD (from rev 374487, libmtp/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-02-02 13:58:18 UTC (rev 374488)
@@ -0,0 +1,33 @@
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+# Contributor: Tom Gundersen <teg at jklm.no>
+# Contributor: damir <damir at archlinux.org>
+# Contributor: Kevin Edmonds <edmondskevin at hotmail.com>
+
+pkgname=libmtp
+pkgver=1.1.17
+pkgrel=1
+pkgdesc="Library implementation of the Media Transfer Protocol"
+arch=(x86_64)
+url="http://libmtp.sourceforge.net"
+license=(LGPL)
+depends=(libusb)
+source=("https://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz"{,.asc})
+sha256sums=('f8a34cf52d9f9b9cb8c7f26b12da347d4af7eb904c13189602e4c6b62d1a79dc'
+            'SKIP')
+validpgpkeys=(7C4AFD61D8AAE7570796A5172209D6902F969C95) # Marcus Meißner <meissner at suse.de>
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --with-udev=/usr/lib/udev
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  make -k check
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}



More information about the arch-commits mailing list