* update squashfuse to 0.5.2-1
This commit is contained in:
parent
f11640abdb
commit
593c8baa0d
@ -2,16 +2,21 @@
|
||||
# Maintainer: Antonio Rojas <arojas@archlinux.org>
|
||||
|
||||
pkgname=squashfuse
|
||||
pkgver=0.5.0
|
||||
pkgrel=2
|
||||
pkgver=0.5.2
|
||||
pkgrel=1
|
||||
pkgdesc="FUSE filesystem to mount squashfs archives"
|
||||
arch=(x86_64 powerpc64le powerpc64 powerpc riscv64)
|
||||
url="https://github.com/vasi/squashfuse"
|
||||
license=(custom)
|
||||
depends=(fuse zstd)
|
||||
license=(LicenseRef-squashfuse)
|
||||
depends=(fuse
|
||||
glibc
|
||||
lz4
|
||||
zlib
|
||||
zstd
|
||||
xz)
|
||||
makedepends=()
|
||||
source=(https://github.com/vasi/squashfuse/archive/$pkgver/$pkgname-$pkgver.tar.gz)
|
||||
sha256sums=('93ef7fc5d359d5a8faf284232bbf351ce5630de4234c9655445803030f7e1bc5')
|
||||
sha256sums=('db0238c5981dabbd80ee09ae15387f390091668ca060a7bc38047912491443d3')
|
||||
|
||||
prepare() {
|
||||
cd $pkgname-$pkgver
|
||||
|
Loading…
x
Reference in New Issue
Block a user