summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBioArchLinuxBot2023-04-25 17:00:36 +0000
committerBioArchLinuxBot2023-04-25 17:00:36 +0000
commit127e6baf8059160cc7efdaed5e54b83e85eddeb1 (patch)
tree2640d59af54a2e4be28870fadd4b8bbc7d8365e7
parente8ce7dfdfe4db0fad9139d47b3eda351992c96a0 (diff)
downloadaur-127e6baf8059160cc7efdaed5e54b83e85eddeb1.tar.gz
[lilac] updated to 1.28-3
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD8
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 72cf70df7a3f..11a87ba6f596 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = aliview
pkgdesc = Software for aligning viewing and editing dna/aminoacid sequences https://doi.org/10.1093/bioinformatics/btu531
pkgver = 1.28
- pkgrel = 2
+ pkgrel = 3
url = http://www.ormbunkar.se/aliview/
arch = any
license = GPL
makedepends = maven
- makedepends = java-environment=8
- depends = java-runtime=8
+ makedepends = java-environment
+ depends = java-runtime
source = aliview.tar.gz::https://github.com/AliView/AliView/archive/refs/tags/v1.28.tar.gz
source = aliview.patch::https://patch-diff.githubusercontent.com/raw/AliView/AliView/pull/123.patch
source = aliview2.patch::https://github.com/AliView/AliView/pull/125.patch
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(){