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

Antonio Rojas arojas at archlinux.org
Sun Oct 11 18:43:56 UTC 2020


    Date: Sunday, October 11, 2020 @ 18:43:55
  Author: arojas
Revision: 397947

archrelease: copy trunk to extra-x86_64

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-10-11 18:43:46 UTC (rev 397946)
+++ PKGBUILD	2020-10-11 18:43:55 UTC (rev 397947)
@@ -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.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
-}

Copied: libmtp/repos/extra-x86_64/PKGBUILD (from rev 397946, libmtp/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-10-11 18:43:55 UTC (rev 397947)
@@ -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.18
+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=('7280fe50c044c818a06667f45eabca884deab3193caa8682e0b581e847a281f0'
+            '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