Date: Sunday, March 12, 2023 @ 14:49:40
  Author: jelle
Revision: 1419285

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2023-03-12 14:49:33 UTC (rev 1419284)
+++ PKGBUILD    2023-03-12 14:49:40 UTC (rev 1419285)
@@ -1,29 +0,0 @@
-# Maintainer: Alexander F. Rødseth <[email protected]>
-# Contributor: Benjamin Auder <[email protected]>
-
-pkgname=fuse-zip
-pkgver=0.7.2
-pkgrel=2
-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
-}

Copied: fuse-zip/repos/community-x86_64/PKGBUILD (from rev 1419284, 
fuse-zip/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2023-03-12 14:49:40 UTC (rev 1419285)
@@ -0,0 +1,29 @@
+# Maintainer: Alexander F. Rødseth <[email protected]>
+# Contributor: Benjamin Auder <[email protected]>
+
+pkgname=fuse-zip
+pkgver=0.7.2
+pkgrel=3
+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
+}

Reply via email to