[arch-commits] Commit in fuse-overlayfs/trunk (PKGBUILD)
Morten Linderud
foxboron at archlinux.org
Thu Apr 30 19:31:03 UTC 2020
Date: Thursday, April 30, 2020 @ 19:31:02
Author: foxboron
Revision: 623349
upgpkg: fuse-overlayfs 1.0.0-2
Modified:
fuse-overlayfs/trunk/PKGBUILD
----------+
PKGBUILD | 7 ++++++-
1 file changed, 6 insertions(+), 1 deletion(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2020-04-30 19:25:51 UTC (rev 623348)
+++ PKGBUILD 2020-04-30 19:31:02 UTC (rev 623349)
@@ -4,7 +4,7 @@
pkgdesc='FUSE implementation of overlayfs'
pkgname=fuse-overlayfs
pkgver=1.0.0
-pkgrel=1
+pkgrel=2
arch=(x86_64)
url=https://github.com/containers/fuse-overlayfs
license=(GPL3)
@@ -15,6 +15,11 @@
validpgpkeys=('AC404C1C0BF735C63FF4D562263D6DF2E163E1EA')
sha512sums=('SKIP')
+prepare(){
+ cd "${pkgname}"
+ git cherry-pick -n 26e4226a41a9e16fed8b413f8379e8e57b69a7e5
+}
+
build () {
cd "${pkgname}"
autoreconf -fis
More information about the arch-commits
mailing list