summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorRaansu2021-06-13 04:11:57 -0700
committerRaansu2021-06-13 04:12:42 -0700
commite5ccb02d9576e6602819d8abe801b70cd78f0b02 (patch)
treeef1c63e89a805a2b44733170e9e7fea24e3f3e27 /PKGBUILD
parent5d73a1d0868cf7451cf7cce8aaea3e6af2795c8c (diff)
downloadaur-chunkfs.tar.gz
Bump package to version 0.8
and include more architectures this should run on.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index f523e8b54762..33d6e207f0de 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,18 +2,18 @@
# Contributor: Moritz Heidkamp <moritz@twoticketsplease.de>
pkgname=chunkfs
-pkgver=0.7
+pkgver=0.8
pkgrel=1
pkgdesc="A FUSE based filesystem that allows mounting an arbitrary file or block device as a directory tree of files that each represent a chunk of user-specified size of the mounted file."
-arch=(i686 x86_64)
+arch=('x86_64' 'i686' 'pentium4' 'arm' 'armv6h' 'armv7h' 'aarch64')
url="http://chunkfs.florz.de/"
depends=(fuse)
makedepends=(perl)
license=('GPL')
provides=(chunkfs)
conflicts=(chunkfs)
-source=(http://chunkfs.florz.de/${pkgname}_${pkgver}.tar.gz)
-sha256sums=('4c168fc2b265a6ba34afc565707ea738f34375325763c0596f2cfa1c9b8d40f1')
+source=(http://chunkfs.florz.de/${pkgname}_${pkgver}.tar.xz)
+sha256sums=('1c5bf9d6d6b678d5bd42df42529da84d3942f0ba707355ca47fb98ccc0df77cf')
build() {
cd "$srcdir/$pkgname-$pkgver"