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