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

Alexander Rødseth arodseth at gemini.archlinux.org
Wed Aug 25 13:31:25 UTC 2021


    Date: Wednesday, August 25, 2021 @ 13:31:24
  Author: arodseth
Revision: 1004717

archrelease: copy trunk to community-x86_64

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

----------+
 PKGBUILD |   58 +++++++++++++++++++++++++++++-----------------------------
 1 file changed, 29 insertions(+), 29 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-08-25 13:31:19 UTC (rev 1004716)
+++ PKGBUILD	2021-08-25 13:31:24 UTC (rev 1004717)
@@ -1,29 +0,0 @@
-# Maintainer: Alexander F. Rødseth <xyproto at archlinux.org>
-# Contributor: Benjamin Auder <benjamin.a at mailoo.org>
-
-pkgname=fuse-zip
-pkgver=0.7.1
-pkgrel=1
-pkgdesc='Mount and modify zip files'
-arch=(x86_64)
-url='https://bitbucket.org/agalanin/fuse-zip'
-license=(GPL)
-depends=(fuse libzip)
-makedepends=(setconf)
-source=("https://bitbucket.org/agalanin/fuse-zip/downloads/$pkgname-$pkgver.tar.gz")
-sha256sums=('7dac61c3f27f9041545ab1a22bb772ea282ed2dea25a0220dcecfa6801b5b121')
-
-prepare() {
-  cd "$pkgname-$pkgver"
-  setconf Makefile prefix /usr
-  setconf Makefile RELEASE_CXXFLAGS '-O3 -w'
-}
-
-build() {
-  make -C "$pkgname-$pkgver" release
-}
-
-package() {
-  install -d "$pkgdir/usr/"{bin,share/man/man1}
-  make -C "$pkgname-$pkgver" DESTDIR="$pkgdir" install
-}

Copied: fuse-zip/repos/community-x86_64/PKGBUILD (from rev 1004716, fuse-zip/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-08-25 13:31:24 UTC (rev 1004717)
@@ -0,0 +1,29 @@
+# Maintainer: Alexander F. Rødseth <xyproto at archlinux.org>
+# Contributor: Benjamin Auder <benjamin.a at mailoo.org>
+
+pkgname=fuse-zip
+pkgver=0.7.2
+pkgrel=1
+pkgdesc='Mount and modify zip files'
+arch=(x86_64)
+url='https://bitbucket.org/agalanin/fuse-zip'
+license=(GPL)
+depends=(fuse libzip)
+makedepends=(setconf)
+source=("https://bitbucket.org/agalanin/fuse-zip/downloads/$pkgname-$pkgver.tar.gz")
+b2sums=('b7cd0ad3dc605434e40f1914424d3da681308ef758d2aa613323eb0e3ca5c32a9f10377e67f8e4577f670ca80ca039963f8a8ffd4166819584fafce9d3cbe9f1')
+
+prepare() {
+  cd $pkgname-$pkgver
+  setconf Makefile prefix /usr
+  setconf Makefile RELEASE_CXXFLAGS '-O3 -w'
+}
+
+build() {
+  make -C $pkgname-$pkgver release
+}
+
+package() {
+  install -d "$pkgdir/usr/"{bin,share/man/man1}
+  make -C $pkgname-$pkgver DESTDIR="$pkgdir" install
+}



More information about the arch-commits mailing list