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

Felix Yan felixonmars at archlinux.org
Sun Jun 13 19:30:56 UTC 2021


    Date: Sunday, June 13, 2021 @ 19:30:56
  Author: felixonmars
Revision: 963306

archrelease: copy trunk to community-x86_64

Added:
  avfs/repos/community-x86_64/PKGBUILD
    (from rev 963305, avfs/trunk/PKGBUILD)
Deleted:
  avfs/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-06-13 19:30:41 UTC (rev 963305)
+++ PKGBUILD	2021-06-13 19:30:56 UTC (rev 963306)
@@ -1,29 +0,0 @@
-# Maintainer:
-# Contributor: Alexander F Rødseth <xyproto at archlinux.org>
-# Contributor: Kevin Piche <kevin at archlinux.org>
-# Contributor: K. Piche <kpiche at rogers.com>
-
-pkgname=avfs
-pkgver=1.1.4
-pkgrel=1
-pkgdesc='Virtual filesystem that allows browsing compressed files'
-arch=('x86_64')
-license=('GPL' 'LGPL')
-url='http://avf.sourceforge.net/'
-depends=('fuse2' 'perl' 'xz' 'zstd')
-options=('!emptydirs')
-source=("https://downloads.sourceforge.net/sourceforge/avf/$pkgname-$pkgver.tar.bz2")
-sha512sums=('5caa7050e6b9cdce0b5ccd515af8233dc1e9226a97cdf3a3284ced5edd44fbde426049b4ce500ce1daf020d085f9f0a9f81eff339657e92ff2d09b1dec6e4267')
-
-build() {
-  cd "$pkgname-$pkgver"
-
-  ./configure --prefix=/usr --enable-library --enable-fuse --disable-static
-  make
-}
-
-package() {
-  make -C "$pkgname-$pkgver" DESTDIR="$pkgdir" install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: avfs/repos/community-x86_64/PKGBUILD (from rev 963305, avfs/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-06-13 19:30:56 UTC (rev 963306)
@@ -0,0 +1,29 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Alexander F Rødseth <xyproto at archlinux.org>
+# Contributor: Kevin Piche <kevin at archlinux.org>
+# Contributor: K. Piche <kpiche at rogers.com>
+
+pkgname=avfs
+pkgver=1.1.4
+pkgrel=2
+pkgdesc='Virtual filesystem that allows browsing compressed files'
+arch=('x86_64')
+license=('GPL' 'LGPL')
+url='http://avf.sourceforge.net/'
+depends=('fuse2' 'lzlib' 'perl' 'xz' 'zstd')
+options=('!emptydirs')
+source=("https://downloads.sourceforge.net/sourceforge/avf/$pkgname-$pkgver.tar.bz2")
+sha512sums=('5caa7050e6b9cdce0b5ccd515af8233dc1e9226a97cdf3a3284ced5edd44fbde426049b4ce500ce1daf020d085f9f0a9f81eff339657e92ff2d09b1dec6e4267')
+
+build() {
+  cd $pkgname-$pkgver
+
+  ./configure --prefix=/usr --enable-library --enable-fuse --disable-static
+  make
+}
+
+package() {
+  make -C $pkgname-$pkgver DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:



More information about the arch-commits mailing list