community/unionfs-fuse to 3.3-1

This commit is contained in:
Kevin Mihelich 2023-03-22 12:11:00 +00:00
parent 3fea06f934
commit 453aa29126

View file

@ -5,7 +5,7 @@
# - add -D_FILE_OFFSET_BITS=64 to CPPFLAGS
pkgname=unionfs-fuse
pkgver=3.2
pkgver=3.3
pkgrel=1
pkgdesc="A user space unionfs implementation"
arch=('x86_64')
@ -13,7 +13,7 @@ url="https://github.com/rpodgorny/unionfs-fuse"
license=('BSD')
depends=('fuse3')
source=("$pkgname-$pkgver.tar.gz::https://github.com/rpodgorny/unionfs-fuse/archive/v${pkgver}.tar.gz")
sha256sums=('16a4de448dd696443dd508c4217c2bf13a829f3497e1a0e9fa6f09487ac466c1')
sha256sums=('4cf39954d26a585a399d0fc12edf826f38d630f50669c2fe954853ec9d6eeb88')
build() {
cd $pkgname-$pkgver