summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBioArchLinuxBot2023-04-25 17:00:36 +0000
committerBioArchLinuxBot2023-04-25 17:00:36 +0000
commit127e6baf8059160cc7efdaed5e54b83e85eddeb1 (patch)
tree2640d59af54a2e4be28870fadd4b8bbc7d8365e7 /PKGBUILD
parente8ce7dfdfe4db0fad9139d47b3eda351992c96a0 (diff)
downloadaur-127e6baf8059160cc7efdaed5e54b83e85eddeb1.tar.gz
[lilac] updated to 1.28-3
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index c5c49c1903f3..46fbee7bd5b7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,13 +4,13 @@
pkgname=aliview
_pkgname=AliView
pkgver=1.28
-pkgrel=2
+pkgrel=3
pkgdesc="Software for aligning viewing and editing dna/aminoacid sequences https://doi.org/10.1093/bioinformatics/btu531"
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(){