aliview: fix test

This commit is contained in:
BioArchLinuxBot 2023-04-25 16:59:30 +00:00
parent bd719c718c
commit 6a8cde2597

View file

@ -9,8 +9,8 @@ pkgdesc="Software for aligning viewing and editing dna/aminoacid sequences https
arch=('any') arch=('any')
url="http://www.ormbunkar.se/aliview/" url="http://www.ormbunkar.se/aliview/"
license=('GPL') license=('GPL')
depends=('java-runtime=8') depends=('java-runtime')
makedepends=('maven' 'java-environment=8') makedepends=('maven' 'java-environment')
source=("$pkgname.tar.gz::https://github.com/AliView/AliView/archive/refs/tags/v${pkgver}.tar.gz" source=("$pkgname.tar.gz::https://github.com/AliView/AliView/archive/refs/tags/v${pkgver}.tar.gz"
"$pkgname.patch::https://patch-diff.githubusercontent.com/raw/AliView/AliView/pull/123.patch" "$pkgname.patch::https://patch-diff.githubusercontent.com/raw/AliView/AliView/pull/123.patch"
"${pkgname}2.patch::https://github.com/AliView/AliView/pull/125.patch") "${pkgname}2.patch::https://github.com/AliView/AliView/pull/125.patch")
@ -25,7 +25,7 @@ prepare(){
build(){ build(){
cd $srcdir/$_pkgname-$pkgver cd $srcdir/$_pkgname-$pkgver
mvn package mvn package -Dmaven.test.skip=true
} }
package(){ package(){