mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-09 00:17:31 +00:00
community/unionfs-fuse to 3.3-1
This commit is contained in:
parent
3fea06f934
commit
453aa29126
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue