upg fuse3

This commit is contained in:
joborun linux 2023-01-14 00:03:48 +02:00
parent 446859f4b8
commit 2c2a9e598d
3 changed files with 16 additions and 13 deletions

View File

@ -7,11 +7,13 @@
pkgbase=fuse3
pkgname=(fuse-common fuse3)
pkgver=3.12.0
pkgver=3.13.0
pkgrel=01
pkgdesc='Interface for userspace programs to export a filesystem to the Linux kernel'
arch=('x86_64')
url='https://github.com/libfuse/libfuse'
makedepends=('pkg-config' 'meson' 'eudev')
## options=('!emptydirs' 'debug') ## uncomment this to produce the debug pkg
options=(!emptydirs)
source=(https://github.com/libfuse/libfuse/releases/download/fuse-$pkgver/fuse-$pkgver.tar.xz{,.asc})
@ -32,7 +34,7 @@ package_fuse-common() {
}
package_fuse3() {
pkgdesc="A library that makes it possible to implement a filesystem in a userspace program."
# pkgdesc="A library that makes it possible to implement a filesystem in a userspace program."
depends=('fuse-common' 'glibc')
cd fuse-$pkgver/build
@ -52,5 +54,7 @@ license=('GPL2')
validpgpkeys=(ED31791B2C5C1613AF388B8AD113FCAC3C4E599F) # Nikolaus Rath <Nikolaus@rath.org>
sha256sums=(33b8a92d6f7a88e6a889f0009206933482f48f3eb85d88cf09ef551313ac7373 # fuse-3.12.0.tar.xz
ad2a024eff0182bc49f48cad9fc4a61d87483b5cb19d826d28f56516bb2f202c) # fuse-3.12.0.tar.xz.asc
sha256sums=(1e54d3ee1d7d04f41e77617c4f7514f611b94332215dd88394bd82803032752a # fuse-3.12.0.tar.xz
5ddc2e97df1645b986ed6ff3ac9ddaf1abb1703afde0eb7942a9d81f275dff75) # fuse-3.13.0.tar.xz.asc

View File

@ -1,18 +1,19 @@
# Maintainer: Ronald van Haren <ronald.archlinux.org>
# Contributor: Ronald van Haren <ronald.archlinux.org>
# Contributor: Tom Gundersen <teg@jklm.no>
# Contributor: Mark Rosenstand <mark@archlinux.org>
pkgbase=fuse3
pkgname=(fuse-common fuse3)
pkgver=3.12.0
pkgver=3.13.0
pkgrel=1
arch=('x86_64')
pkgdesc='Interface for userspace programs to export a filesystem to the Linux kernel'
url='https://github.com/libfuse/libfuse'
arch=('x86_64')
license=('GPL2')
makedepends=('pkg-config' 'meson' 'udev')
options=(!emptydirs)
options=('!emptydirs' 'debug')
source=(https://github.com/libfuse/libfuse/releases/download/fuse-$pkgver/fuse-$pkgver.tar.xz{,.asc})
sha256sums=('33b8a92d6f7a88e6a889f0009206933482f48f3eb85d88cf09ef551313ac7373'
sha256sums=('1e54d3ee1d7d04f41e77617c4f7514f611b94332215dd88394bd82803032752a'
'SKIP')
validpgpkeys=(ED31791B2C5C1613AF388B8AD113FCAC3C4E599F) # Nikolaus Rath <Nikolaus@rath.org>
@ -33,7 +34,6 @@ package_fuse-common() {
}
package_fuse3() {
pkgdesc="A library that makes it possible to implement a filesystem in a userspace program."
depends=('fuse-common' 'glibc')
cd fuse-$pkgver/build

View File

@ -1,6 +1,5 @@
meson
eudev
libiconv