rebuild xz add liblzma.so provisiion
This commit is contained in:
parent
45e4d07c57
commit
cc3ff584a5
2 changed files with 4 additions and 2 deletions
|
@ -7,10 +7,11 @@
|
|||
|
||||
pkgname=xz
|
||||
pkgver=5.4.4
|
||||
pkgrel=01
|
||||
pkgrel=02
|
||||
pkgdesc='Library and command line tools for XZ and LZMA compressed files'
|
||||
url='https://tukaani.org/xz/'
|
||||
depends=('sh')
|
||||
provides=('liblzma.so')
|
||||
#options=('debug') ##### uncomment this to produce the debug pkg
|
||||
source=("https://tukaani.org/${pkgname}/${pkgname}-${pkgver}.tar.gz"{,.sig})
|
||||
# temporary use of unsigned mirror at SF since zoner.fi is down
|
||||
|
@ -58,5 +59,5 @@ validpgpkeys=('3690C240CE51B4670D30AD1C38EE757D69184620' # Lasse Collin <lasse.
|
|||
sha256sums=(aae39544e254cfd27e942d35a048d592959bd7a79f9a624afb0498bb5613bdf8 # xz-5.4.4.tar.gz
|
||||
c447becbf9315e4292ca298d85f952afcd83ed2c8af291994d16059edb78a13b) # xz-5.4.4.tar.gz.sig
|
||||
|
||||
## 86fb762c1d56ad01001d5abf9c12cca9cfeb8b7e7fea5e753443002669c19290 xz-5.4.4-01-x86_64.pkg.tar.lz
|
||||
## 824801604f41c8cb0bf546dc3f1e5756423e6e57fb3466652d6012f48c7c0c4f xz-5.4.4-02-x86_64.pkg.tar.lz
|
||||
|
||||
|
|
1
xz/deps
1
xz/deps
|
@ -1,2 +1,3 @@
|
|||
|
||||
|
||||
depends=('sh')
|
||||
|
|
Loading…
Reference in a new issue