Merge pull request #4440 from lazka/lzip-1.24.1

lzip: Update to 1.24.1
This commit is contained in:
Christoph Reiter 2024-03-02 10:20:07 +01:00 committed by GitHub
commit 98028cfc20
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,7 +1,7 @@
# Maintainer: Alexey Pavlov <alexpux@gmail.com>
pkgname=lzip
pkgver=1.24
pkgver=1.24.1
pkgrel=1
pkgdesc="A lossless file compressor based on the LZMA algorithm"
arch=('i686' 'x86_64')
@ -10,7 +10,7 @@ license=('GPL3')
depends=('gcc-libs')
makedepends=('autotools' 'gcc')
source=(https://download.savannah.gnu.org/releases/$pkgname/$pkgname-$pkgver.tar.gz)
sha256sums=('d42659229b10e066eeb6e81eb673cdd893b672e512d26719c2d95975556ca56c')
sha256sums=('30c9cb6a0605f479c496c376eb629a48b0a1696d167e3c1e090c5defa481b162')
build() {
cd "$srcdir/$pkgname-$pkgver"