summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBioArchLinuxBot2022-11-30 16:06:31 +0000
committerBioArchLinuxBot2022-11-30 16:06:31 +0000
commitc5f0ba7e87feb70704d707464805e6a992aff188 (patch)
treebe232951d284fa60dd0d8ec6d0554f63490ebabe
parent1eea3920efa51fb414f8841125a24acccff33a9d (diff)
downloadaur-c5f0ba7e87feb70704d707464805e6a992aff188.tar.gz
[lilac] updated to 3.70_build_940-2
-rw-r--r--.SRCINFO11
-rw-r--r--PKGBUILD19
2 files changed, 14 insertions, 16 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 15bd2aa32b95..72690faaaa88 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,19 +1,18 @@
pkgbase = mesquite
pkgdesc = A modular, extendible software for evolutionary biology, designed to help biologists organize and analyze comparative data about organisms
- pkgver = 3.6
+ pkgver = 3.70_build_940
pkgrel = 2
url = http://mesquiteproject.org
arch = any
- license = (L)GPL
- depends = java-runtime
- source = https://github.com/MesquiteProject/MesquiteCore/releases/download/v3.6/Mesquite_Folder3.6-Linux.tgz
+ license = LGPL
+ depends = java-runtime=8
+ source = mesquite-3.70::https://github.com/MesquiteProject/MesquiteCore/releases/download/v3.70-build-940/Mesquite.3.70-Linux.tgz
source = mesquite.png
source = mesquite.desktop
source = mesquite.sh
- md5sums = 671cf1b579a9fef2a8cf4771e1accd85
+ md5sums = 7243fc05bb877cf6997296d436903936
md5sums = 8b62ba93f95aab14a8643bf5b939f465
md5sums = 279160bcf1544a78e0b0372279bfa68d
md5sums = f6ff62edbf95e40d21c7bceadb35ecfe
pkgname = mesquite
-
diff --git a/PKGBUILD b/PKGBUILD
index 38f1f1c6094c..5e2efb5b2666 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,26 +1,25 @@
-# Maintainer: syne <madlikene at aim dot com>
+# Maintainer: Guoyi Zhang <guoyi zhang at malacology dot net>
+# Contributor: syne <madlikene at aim dot com>
# Contributor: Anton Bazhenov <anton.bazhenov at gmail>
# Contributor: Mick Elliot <micke at sfu dot ca>
+
pkgname=mesquite
-pkgver=3.6
-#_pkgver=3.6-Linux
-#buildver=build-917
+pkgver=3.70_build_940
pkgrel=2
pkgdesc="A modular, extendible software for evolutionary biology, designed to help biologists organize and analyze comparative data about organisms"
arch=('any')
url="http://mesquiteproject.org"
-license=('(L)GPL')
-depends=('java-runtime')
-source=(https://github.com/MesquiteProject/MesquiteCore/releases/download/v$pkgver/Mesquite_Folder$pkgver-Linux.tgz
+license=('LGPL')
+depends=('java-runtime=8')
+source=($pkgname-${pkgver: 0: 4}::https://github.com/MesquiteProject/MesquiteCore/releases/download/v${pkgver//_/-}/Mesquite.${pkgver: 0: 4}-Linux.tgz
$pkgname.png
$pkgname.desktop
$pkgname.sh
)
-md5sums=('671cf1b579a9fef2a8cf4771e1accd85'
+md5sums=('7243fc05bb877cf6997296d436903936'
'8b62ba93f95aab14a8643bf5b939f465'
'279160bcf1544a78e0b0372279bfa68d'
- 'f6ff62edbf95e40d21c7bceadb35ecfe'
- )
+ 'f6ff62edbf95e40d21c7bceadb35ecfe')
package() {
cd $srcdir/Mesquite_Folder