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

Morten Linderud foxboron at archlinux.org
Thu Jun 18 11:20:59 UTC 2020


    Date: Thursday, June 18, 2020 @ 11:20:58
  Author: foxboron
Revision: 646986

archrelease: copy trunk to community-x86_64

Added:
  fuse-overlayfs/repos/community-x86_64/PKGBUILD
    (from rev 646985, fuse-overlayfs/trunk/PKGBUILD)
Deleted:
  fuse-overlayfs/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   75 ++++++++++++++++++++++++++++---------------------------------
 1 file changed, 35 insertions(+), 40 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-06-18 11:20:51 UTC (rev 646985)
+++ PKGBUILD	2020-06-18 11:20:58 UTC (rev 646986)
@@ -1,40 +0,0 @@
-# Maintainer: Morten Linderud <foxboron at archlinux.org>
-# Contributor: Adrian Perez de Castro <aperez at igalia.com>
-
-pkgdesc='FUSE implementation of overlayfs'
-pkgname=fuse-overlayfs
-pkgver=1.0.0
-pkgrel=2
-arch=(x86_64)
-url=https://github.com/containers/fuse-overlayfs
-license=(GPL3)
-depends=(fuse3)
-makedepends=(git)
-_commit=561d0287dc2ec73cd7167798611272fb5eef6f58 # 1.0.0
-source=("git+https://github.com/containers/fuse-overlayfs.git#commit=$_commit?signed")
-validpgpkeys=('AC404C1C0BF735C63FF4D562263D6DF2E163E1EA')
-sha512sums=('SKIP')
-
-prepare(){
-	cd "${pkgname}"
-	git cherry-pick -n 26e4226a41a9e16fed8b413f8379e8e57b69a7e5
-}
-
-build () {
-	cd "${pkgname}"
-	autoreconf -fis
-	./configure \
-		--prefix=/usr \
-		--sbindir=/usr/bin
-	make
-}
-
-check(){
-	cd "${pkgname}"
-	make check
-}
-
-package (){
-	cd "${pkgname}"
-	make DESTDIR="${pkgdir}" install
-}

Copied: fuse-overlayfs/repos/community-x86_64/PKGBUILD (from rev 646985, fuse-overlayfs/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-06-18 11:20:58 UTC (rev 646986)
@@ -0,0 +1,35 @@
+# Maintainer: Morten Linderud <foxboron at archlinux.org>
+# Contributor: Adrian Perez de Castro <aperez at igalia.com>
+
+pkgdesc='FUSE implementation of overlayfs'
+pkgname=fuse-overlayfs
+pkgver=1.1.0
+pkgrel=1
+arch=(x86_64)
+url=https://github.com/containers/fuse-overlayfs
+license=(GPL3)
+depends=(fuse3)
+makedepends=(git)
+_commit=116d326fffe8fdfb770ff8235f762126eef12d82 # 1.1.0
+source=("git+https://github.com/containers/fuse-overlayfs.git#commit=$_commit?signed")
+validpgpkeys=('AC404C1C0BF735C63FF4D562263D6DF2E163E1EA')
+sha512sums=('SKIP')
+
+build () {
+	cd "${pkgname}"
+	autoreconf -fis
+	./configure \
+		--prefix=/usr \
+		--sbindir=/usr/bin
+	make
+}
+
+check(){
+	cd "${pkgname}"
+	make check
+}
+
+package (){
+	cd "${pkgname}"
+	make DESTDIR="${pkgdir}" install
+}



More information about the arch-commits mailing list