* update lzop to 1.04-4

This commit is contained in:
Alexander Baldeck 2024-08-18 09:58:40 +02:00
parent 00a18329d2
commit 96fef618f4
2 changed files with 14 additions and 2 deletions

12
lzop/.SRCINFO Normal file
View File

@ -0,0 +1,12 @@
pkgbase = lzop
pkgdesc = File compressor using lzo lib
pkgver = 1.04
pkgrel = 4
url = https://www.lzop.org/
arch = x86_64
license = GPL
depends = lzo
source = https://www.lzop.org/download/lzop-1.04.tar.gz
sha512sums = 5829b4495ffefab549aa697a05c536ce593c572c9eee6004460583a0090abcd317c6074c4f981dfee6be61ac8d127f02dd37053b6cb782af64db41586a8bbb6e
pkgname = lzop

View File

@ -4,10 +4,10 @@
pkgname=lzop
pkgver=1.04
pkgrel=3
pkgrel=4
pkgdesc='File compressor using lzo lib'
url='https://www.lzop.org/'
arch=( x86_64 powerpc64le powerpc )
arch=(x86_64 powerpc64le powerpc64 powerpc riscv64)
license=('GPL')
depends=('lzo')
source=(https://www.lzop.org/download/${pkgname}-${pkgver}.tar.gz)