[arch-commits] Commit in fuse-overlayfs/trunk (PKGBUILD)

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


    Date: Thursday, June 18, 2020 @ 11:20:51
  Author: foxboron
Revision: 646985

upgpkg: fuse-overlayfs 1.1.0-1

Modified:
  fuse-overlayfs/trunk/PKGBUILD

----------+
 PKGBUILD |   11 +++--------
 1 file changed, 3 insertions(+), 8 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-06-18 11:18:55 UTC (rev 646984)
+++ PKGBUILD	2020-06-18 11:20:51 UTC (rev 646985)
@@ -3,23 +3,18 @@
 
 pkgdesc='FUSE implementation of overlayfs'
 pkgname=fuse-overlayfs
-pkgver=1.0.0
-pkgrel=2
+pkgver=1.1.0
+pkgrel=1
 arch=(x86_64)
 url=https://github.com/containers/fuse-overlayfs
 license=(GPL3)
 depends=(fuse3)
 makedepends=(git)
-_commit=561d0287dc2ec73cd7167798611272fb5eef6f58 # 1.0.0
+_commit=116d326fffe8fdfb770ff8235f762126eef12d82 # 1.1.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



More information about the arch-commits mailing list