[arch-commits] Commit in fuse-overlayfs/repos/community-x86_64 (PKGBUILD PKGBUILD)
Morten Linderud
foxboron at archlinux.org
Sat Apr 18 12:01:07 UTC 2020
Date: Saturday, April 18, 2020 @ 12:01:03
Author: foxboron
Revision: 616057
archrelease: copy trunk to community-x86_64
Added:
fuse-overlayfs/repos/community-x86_64/PKGBUILD
(from rev 616056, fuse-overlayfs/trunk/PKGBUILD)
Deleted:
fuse-overlayfs/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 70 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 35 insertions(+), 35 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2020-04-18 12:00:51 UTC (rev 616056)
+++ PKGBUILD 2020-04-18 12:01:03 UTC (rev 616057)
@@ -1,35 +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=0.7.8
-pkgrel=2
-arch=(x86_64)
-url=https://github.com/containers/fuse-overlayfs
-license=(GPL3)
-depends=(fuse3)
-makedepends=(git)
-_commit=f55aa8ef5606c69bedf6512c06eff800ba831eea # 0.7.8
-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
-}
Copied: fuse-overlayfs/repos/community-x86_64/PKGBUILD (from rev 616056, fuse-overlayfs/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2020-04-18 12:01:03 UTC (rev 616057)
@@ -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.0.0
+pkgrel=1
+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')
+
+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