lzip: Update to 1.24

This commit is contained in:
Christoph Reiter
2024-02-08 07:52:29 +01:00
parent 1e031b8bc2
commit 68e6910aea

View File

@@ -1,8 +1,8 @@
# Maintainer: Alexey Pavlov <alexpux@gmail.com>
pkgname=lzip
pkgver=1.23
pkgrel=2
pkgver=1.24
pkgrel=1
pkgdesc="A lossless file compressor based on the LZMA algorithm"
arch=('i686' 'x86_64')
url="https://www.nongnu.org/lzip/lzip.html"
@@ -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=('4792c047ddf15ef29d55ba8e68a1a21e0cb7692d87ecdf7204419864582f280d')
sha256sums=('d42659229b10e066eeb6e81eb673cdd893b672e512d26719c2d95975556ca56c')
build() {
cd "$srcdir/$pkgname-$pkgver"