mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-05 13:27:09 +02:00
community/java-jna: depend on exact version of java-jna-native
This commit is contained in:
parent
179e69d6d0
commit
1a517e674d
@ -43,7 +43,7 @@ build() {
|
||||
}
|
||||
|
||||
package() {
|
||||
depends="$depends $pkgname-native"
|
||||
depends="$depends $pkgname-native=$pkgver-r$pkgrel"
|
||||
|
||||
install -m644 -D "$builddir"/build/jna.jar \
|
||||
"$pkgdir"/usr/share/java/$_pkgname-$pkgver.jar
|
||||
|
Loading…
Reference in New Issue
Block a user