mirror of
https://github.com/BioArchLinux/Packages.git
synced 2025-03-10 12:02:42 +00:00
aliview: fix test
This commit is contained in:
parent
bd719c718c
commit
6a8cde2597
1 changed files with 3 additions and 3 deletions
|
@ -9,8 +9,8 @@ pkgdesc="Software for aligning viewing and editing dna/aminoacid sequences https
|
|||
arch=('any')
|
||||
url="http://www.ormbunkar.se/aliview/"
|
||||
license=('GPL')
|
||||
depends=('java-runtime=8')
|
||||
makedepends=('maven' 'java-environment=8')
|
||||
depends=('java-runtime')
|
||||
makedepends=('maven' 'java-environment')
|
||||
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}2.patch::https://github.com/AliView/AliView/pull/125.patch")
|
||||
|
@ -25,7 +25,7 @@ prepare(){
|
|||
|
||||
build(){
|
||||
cd $srcdir/$_pkgname-$pkgver
|
||||
mvn package
|
||||
mvn package -Dmaven.test.skip=true
|
||||
}
|
||||
|
||||
package(){
|
||||
|
|
Loading…
Add table
Reference in a new issue