Felix Yan pushed to branch main at Arch Linux / Packaging / Packages / avfs
Commits:
0b31f016 by Felix Yan at 2026-03-03T14:26:35+08:00
upgpkg: 1.3.0-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,18 +1,18 @@
pkgbase = avfs
pkgdesc = Virtual filesystem that allows browsing compressed files
- pkgver = 1.2.0
+ pkgver = 1.3.0
pkgrel = 1
url = http://avf.sourceforge.net/
arch = x86_64
license = GPL
license = LGPL
- depends = fuse2
+ depends = fuse3
depends = lzlib
depends = perl
depends = xz
depends = zstd
options = !emptydirs
- source =
https://downloads.sourceforge.net/sourceforge/avf/avfs-1.2.0.tar.bz2
- sha512sums =
9e8339f88dc3a43ba0a34e60630ef48b0a862e76124b4fb2c9d3b608fc36e1eeee0a634c709830b50f4eb8ebf4832056437ef472149b1942b8be472d958f65a3
+ source =
https://downloads.sourceforge.net/sourceforge/avf/avfs-1.3.0.tar.bz2
+ sha512sums =
97791f9b2e10aeaba80d7866f2289375c1d1ab20548096f9df67f4e0c70c7ce88d7ef29ae9fe56cdbdec1951e1ccd53a3ed0518947ab70782d6f09fe68914732
pkgname = avfs
=====================================
PKGBUILD
=====================================
@@ -4,16 +4,16 @@
# Contributor: K. Piche <[email protected]>
pkgname=avfs
-pkgver=1.2.0
+pkgver=1.3.0
pkgrel=1
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')
+depends=('fuse3' 'lzlib' 'perl' 'xz' 'zstd')
options=('!emptydirs')
source=("https://downloads.sourceforge.net/sourceforge/avf/$pkgname-$pkgver.tar.bz2")
-sha512sums=('9e8339f88dc3a43ba0a34e60630ef48b0a862e76124b4fb2c9d3b608fc36e1eeee0a634c709830b50f4eb8ebf4832056437ef472149b1942b8be472d958f65a3')
+sha512sums=('97791f9b2e10aeaba80d7866f2289375c1d1ab20548096f9df67f4e0c70c7ce88d7ef29ae9fe56cdbdec1951e1ccd53a3ed0518947ab70782d6f09fe68914732')
build() {
cd $pkgname-$pkgver
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/avfs/-/commit/0b31f0163e1f2ff1f98efb97e8078d7c6603a64b
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/avfs/-/commit/0b31f0163e1f2ff1f98efb97e8078d7c6603a64b
You're receiving this email because of your account on gitlab.archlinux.org.