Date: Monday, March 29, 2021 @ 17:30:34 Author: arojas Revision: 411218
Use sdist tarball Modified: squashfuse/trunk/PKGBUILD ----------+ PKGBUILD | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2021-03-29 16:59:20 UTC (rev 411217) +++ PKGBUILD 2021-03-29 17:30:34 UTC (rev 411218) @@ -2,7 +2,7 @@ pkgname=squashfuse pkgver=0.1.104 -pkgrel=1 +pkgrel=2 pkgdesc="FUSE filesystem to mount squashfs archives" arch=(x86_64) url="https://github.com/vasi/squashfuse" @@ -9,12 +9,11 @@ license=(custom) depends=(fuse zstd) makedepends=() -source=($pkgname-$pkgver.tar.gz::"https://github.com/vasi/squashfuse/archive/refs/tags/$pkgver.tar.gz") -sha256sums=('9e6f4fb65bb3e5de60c8714bb7f5cbb08b5534f7915d6a4aeea008e1c669bd35') +source=(https://github.com/vasi/squashfuse/releases/download/$pkgver/$pkgname-$pkgver.tar.gz) +sha256sums=('aa52460559e0d0b1753f6b1af5c68cfb777ca5a13913285e93f4f9b7aa894b3a') build() { cd $pkgname-$pkgver - ./autogen.sh ./configure --prefix=/usr sed -e 's/ -shared / -Wl,-O1,--as-needed\0/g' -i libtool # Fix overlinking make
