summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoraksr2019-04-04 12:24:19 +0200
committeraksr2019-04-04 12:24:19 +0200
commite77c8f1da4c8e0a512caccd3baca45f8810cf6aa (patch)
treeda67f73d33e0d4b40d0c1043143026c26bd8d99b
parente4bb1ca4666eb42cba52e1f78974f6a1c2b3d4f9 (diff)
downloadaur-fusecompress-git.tar.gz
Fix build (thanks bartus).
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD5
2 files changed, 6 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f989105fbf79..1f6114605126 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Mon Jun 25 07:57:10 UTC 2018
+# Thu Apr 4 10:24:00 UTC 2019
pkgbase = fusecompress-git
pkgdesc = Transparent (using fuse) compressing filesystem.
- pkgver = 2.1.r152.gd3fe3f8
- pkgrel = 2
+ pkgver = 2.1.r158.g0430917
+ pkgrel = 1
url = http://github.com/tex/fusecompress/
arch = i686
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index 9ec60903280d..90f85a4a288d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Contributor: Michael Groh <schnitzelkuchen@googlemail.com>
# Maintainer: aksr <aksr at t-com dot me>
pkgname=fusecompress-git
-pkgver=2.1.r152.gd3fe3f8
-pkgrel=2
+pkgver=2.1.r158.g0430917
+pkgrel=1
epoch=
pkgdesc="Transparent (using fuse) compressing filesystem."
arch=('i686' 'x86_64')
@@ -33,6 +33,7 @@ build() {
cd "$srcdir/$pkgname"
CPPFLAGS="-DBOOST_DISABLE_ASSERTS"
export CPPFLAGS
+ autoreconf -fiv
./configure --prefix=/usr --with-lzma --with-z --with-bz2 --with-lzo2
make
}