mirror of
https://github.com/BioArchLinux/Packages.git
synced 2025-03-10 12:02:42 +00:00
mesquite: fix java ver
This commit is contained in:
parent
8368c807d1
commit
a55056753d
3 changed files with 19 additions and 20 deletions
|
@ -1,22 +1,22 @@
|
|||
# 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
|
||||
pkgrel=6
|
||||
pkgver=3.70_build_940
|
||||
pkgrel=0
|
||||
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')
|
||||
|
|
|
@ -1,10 +0,0 @@
|
|||
#!/usr/bin/env python3
|
||||
|
||||
from lilaclib import *
|
||||
|
||||
def pre_build():
|
||||
update_pkgver_and_pkgrel(_G.newver.lstrip('v'))
|
||||
|
||||
def post_build():
|
||||
git_add_files('PKGBUILD')
|
||||
git_commit()
|
|
@ -2,8 +2,17 @@ build_prefix: extra-x86_64
|
|||
maintainers:
|
||||
- github: starsareintherose
|
||||
email: kuoi@bioarchlinux.org
|
||||
pre_build_script: |
|
||||
update_pkgver_and_pkgrel(_G.newver.lstrip('v'))
|
||||
run_cmd(['updpkgsums'])
|
||||
post_build_script: |
|
||||
git_add_files('PKGBUILD')
|
||||
git_commit()
|
||||
update_aur_repo()
|
||||
update_on:
|
||||
- source: github
|
||||
github: MesquiteProject/MesquiteCore
|
||||
use_max_tag: true
|
||||
include_regex: ^v[^-]+
|
||||
prefix: 'v'
|
||||
from_pattern: (\d+\.\d+-\w+-\d+)
|
||||
to_pattern: \1\.\2_\3_\4
|
||||
|
|
Loading…
Add table
Reference in a new issue