[arch-commits] Commit in mtpfs/repos/community-x86_64 (PKGBUILD PKGBUILD)

Felix Yan felixonmars at archlinux.org
Mon Jun 4 14:05:54 UTC 2018


    Date: Monday, June 4, 2018 @ 14:05:53
  Author: felixonmars
Revision: 340356

archrelease: copy trunk to community-x86_64

Added:
  mtpfs/repos/community-x86_64/PKGBUILD
    (from rev 340355, mtpfs/trunk/PKGBUILD)
Deleted:
  mtpfs/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   58 +++++++++++++++++++++++++++++-----------------------------
 1 file changed, 29 insertions(+), 29 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-06-04 14:05:37 UTC (rev 340355)
+++ PKGBUILD	2018-06-04 14:05:53 UTC (rev 340356)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Laurent Carlier <lordheavym at gmail.com>
-# Contributor: yugrotavele <yugrotavele at archlinux dot us>
-# Contributor: Anton Pirogov <anton.pirogov <AT> googlemail.com>
-
-pkgname=mtpfs
-pkgver=1.1
-pkgrel=2
-pkgdesc="A FUSE filesystem that supports reading and writing from any MTP device"
-arch=('i686' 'x86_64')
-url="http://www.adebenham.com/mtpfs/"
-license=('GPL3')
-depends=('libmtp' 'glib2' 'libid3tag' 'fuse' 'libmad')
-makedepends=('pkg-config')
-source=(http://www.adebenham.com/files/mtp/${pkgname}-${pkgver}.tar.gz)
-md5sums=('a299cadca336e6945b7275b44c6e8d27')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  make DESTDIR="$pkgdir" install
-}

Copied: mtpfs/repos/community-x86_64/PKGBUILD (from rev 340355, mtpfs/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-06-04 14:05:53 UTC (rev 340356)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Laurent Carlier <lordheavym at gmail.com>
+# Contributor: yugrotavele <yugrotavele at archlinux dot us>
+# Contributor: Anton Pirogov <anton.pirogov <AT> googlemail.com>
+
+pkgname=mtpfs
+pkgver=1.1
+pkgrel=3
+pkgdesc="A FUSE filesystem that supports reading and writing from any MTP device"
+arch=('x86_64')
+url="http://www.adebenham.com/mtpfs/"
+license=('GPL3')
+depends=('libmtp' 'glib2' 'libid3tag' 'fuse2' 'libmad')
+makedepends=('pkg-config')
+source=(http://www.adebenham.com/files/mtp/${pkgname}-${pkgver}.tar.gz)
+sha512sums=('627f1a5efa024276f58857e0cb2a2b3057ab9ba6c26d8dcba9de066f4c0efc56a5c991e000e67763b874ee9feb1d9a1e176872b56dd13b146823e8724f2052c8')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  make DESTDIR="$pkgdir" install
+}



More information about the arch-commits mailing list