lzop: rebuild

This commit is contained in:
Christoph Reiter 2023-12-13 15:12:49 +01:00
parent 436e004173
commit 53290446cd

View File

@ -2,7 +2,7 @@
pkgname="lzop"
pkgver=1.04
pkgrel=1
pkgrel=2
pkgdesc="A file compressor which is very similar to gzip (compression)"
arch=('i686' 'x86_64')
url="https://www.lzop.org/"
@ -33,4 +33,4 @@ check() {
package() {
cd "${srcdir}/${pkgname}-${pkgver}"
make DESTDIR="${pkgdir}/" install
}
}