Date: Sunday, April 25, 2021 @ 12:42:18 Author: spupykin Revision: 924157
upgpkg: squashfs-tools 4.4_git.1-1 Modified: squashfs-tools/trunk/PKGBUILD ----------+ PKGBUILD | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2021-04-25 12:42:05 UTC (rev 924156) +++ PKGBUILD 2021-04-25 12:42:18 UTC (rev 924157) @@ -4,9 +4,8 @@ # Contributor: ciccio.a pkgname=squashfs-tools -pkgver=4.4 -pkgrel=2 -_commit=c570c6188811088b12ffdd9665487a2960c997a0 +pkgver=4.4_git.1 +pkgrel=1 pkgdesc="Tools for squashfs, a highly compressed read-only filesystem for Linux." url="https://github.com/plougher/squashfs-tools" license=("GPL") @@ -13,7 +12,7 @@ arch=('x86_64') depends=('zlib' 'lzo' 'xz' 'lz4' 'zstd') makedepends=('git') -source=("git+https://github.com/plougher/squashfs-tools#commit=${_commit}") +source=("git+https://github.com/plougher/squashfs-tools#tag=${pkgver/_/-}") sha256sums=('SKIP') prepare() {
