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

Morten Linderud foxboron at gemini.archlinux.org
Tue Feb 1 18:53:03 UTC 2022


    Date: Tuesday, February 1, 2022 @ 18:53:03
  Author: foxboron
Revision: 1122079

archrelease: copy trunk to community-x86_64

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

----------+
 PKGBUILD |   81 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 41 insertions(+), 40 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-02-01 18:52:57 UTC (rev 1122078)
+++ PKGBUILD	2022-02-01 18:53:03 UTC (rev 1122079)
@@ -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.8.1
-pkgrel=1
-arch=(x86_64)
-url=https://github.com/containers/fuse-overlayfs
-license=(GPL3)
-depends=(fuse3)
-makedepends=(git)
-_commit=87fca95f570cfce4226bf9a2d253c43b0e00cf58	#refs/tags/v1.8.1^{}
-source=("git+https://github.com/containers/fuse-overlayfs.git#commit=$_commit?signed")
-validpgpkeys=('AC404C1C0BF735C63FF4D562263D6DF2E163E1EA')
-sha512sums=('SKIP')
-
-pkgver() {
-	cd "${pkgname}"
-	git describe --tags | sed 's/^v//;s/-/+/g'
-}
-
-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 1122078, fuse-overlayfs/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-02-01 18:53:03 UTC (rev 1122079)
@@ -0,0 +1,41 @@
+# 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.8.2
+pkgrel=1
+arch=(x86_64)
+url=https://github.com/containers/fuse-overlayfs
+license=(GPL3)
+depends=(fuse3)
+makedepends=(git)
+options=(debug)
+_commit=d01bdd73b6bd1ffccaa163ef3e2660e1838305cb	#refs/tags/v1.8.2^{}
+source=("git+https://github.com/containers/fuse-overlayfs.git#commit=$_commit?signed")
+validpgpkeys=('AC404C1C0BF735C63FF4D562263D6DF2E163E1EA')
+sha512sums=('SKIP')
+
+pkgver() {
+	cd "${pkgname}"
+	git describe --tags | sed 's/^v//;s/-/+/g'
+}
+
+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