mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-05-04 20:06:43 +02:00
community/java-lz4: add missing dependency on -native
This commit is contained in:
parent
81b83dcb0e
commit
6160787ecf
@ -3,7 +3,7 @@
|
||||
pkgname=java-lz4
|
||||
_pkgname=lz4-java
|
||||
pkgver=1.3.0
|
||||
pkgrel=0
|
||||
pkgrel=1
|
||||
pkgdesc="LZ4 compression for Java"
|
||||
url="https://github.com/jpountz/lz4-java"
|
||||
arch="x86 x86_64"
|
||||
@ -27,6 +27,7 @@ build() {
|
||||
|
||||
package() {
|
||||
arch="noarch"
|
||||
depends="$depends $pkgname-native"
|
||||
|
||||
install -m644 -D "$builddir"/dist/lz4.jar \
|
||||
"$pkgdir"/usr/share/java/lz4-$pkgver.jar || return 1
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user