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

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


    Date: Sunday, June 13, 2021 @ 19:30:41
  Author: felixonmars
Revision: 963305

upgpkg: avfs 1.1.4-2: enable lzip support

Modified:
  avfs/trunk/PKGBUILD

----------+
 PKGBUILD |   10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-06-13 19:17:34 UTC (rev 963304)
+++ PKGBUILD	2021-06-13 19:30:41 UTC (rev 963305)
@@ -1,4 +1,4 @@
-# Maintainer:
+# 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>
@@ -5,18 +5,18 @@
 
 pkgname=avfs
 pkgver=1.1.4
-pkgrel=1
+pkgrel=2
 pkgdesc='Virtual filesystem that allows browsing compressed files'
 arch=('x86_64')
 license=('GPL' 'LGPL')
 url='http://avf.sourceforge.net/'
-depends=('fuse2' 'perl' 'xz' 'zstd')
+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"
+  cd $pkgname-$pkgver
 
   ./configure --prefix=/usr --enable-library --enable-fuse --disable-static
   make
@@ -23,7 +23,7 @@
 }
 
 package() {
-  make -C "$pkgname-$pkgver" DESTDIR="$pkgdir" install
+  make -C $pkgname-$pkgver DESTDIR="$pkgdir" install
 }
 
 # vim:set ts=2 sw=2 et:



More information about the arch-commits mailing list