Skip to content

Commit

Permalink
lzip: Update to 1.20 (#1363)
Browse files Browse the repository at this point in the history
  • Loading branch information
peterbud authored and Alexpux committed Jul 26, 2018
1 parent 2c2f63f commit 37b205b
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions lzip/PKGBUILD
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Maintainer: Alexey Pavlov <alexpux@gmail.com>

pkgname=lzip
pkgver=1.19
pkgver=1.20
pkgrel=1
pkgdesc="A lossless file compressor based on the LZMA algorithm"
arch=('i686' 'x86_64')
Expand All @@ -10,14 +10,19 @@ license=('GPL3')
depends=('gcc-libs')
install=lzip.install
source=(https://download.savannah.gnu.org/releases/$pkgname/$pkgname-$pkgver.tar.gz)
sha256sums=('ffadc4f56be1bc0d3ae155ec4527bd003133bdc703a753b2cc683f610e646ba9')
sha256sums=('c93b81a5a7788ef5812423d311345ba5d3bd4f5ebf1f693911e3a13553c1290c')

build() {
cd "$srcdir/$pkgname-$pkgver"
./configure --prefix=/usr CXXFLAGS="$CXXFLAGS"
make
}

check() {
cd "$srcdir/$pkgname-$pkgver"
make check
}

package() {
cd "$srcdir/$pkgname-$pkgver"
make DESTDIR="$pkgdir" install{,-man}
Expand Down

0 comments on commit 37b205b

Please sign in to comment.