diff options
author | BioArchLinuxBot | 2024-01-16 20:30:02 +0000 |
---|---|---|
committer | BioArchLinuxBot | 2024-01-16 20:30:02 +0000 |
commit | 772645db1d16a3db9195daff0523ba13929030f3 (patch) | |
tree | de6056094943d7cf1ffe6bae7aaf79701a11de94 /PKGBUILD | |
parent | c64d954b4bd6096c8915e30f70a31f0473c7b60c (diff) | |
download | aur-772645db1d16a3db9195daff0523ba13929030f3.tar.gz |
[lilac] updated to 2.1.3-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 11 |
1 files changed, 4 insertions, 7 deletions
@@ -1,22 +1,19 @@ pkgname=generax _pkgname=GeneRax -pkgver=2.0.4 -pkgrel=4 +pkgver=2.1.3 +pkgrel=1 arch=('x86_64') url="https://github.com/BenoitMorel/GeneRax" pkgdesc="A Tool for Species-Tree-Aware Maximum Likelihood-Based Gene Family Tree Inference under Gene Duplication, Transfer, and Loss https://doi.org/10.1093/molbev/msaa141" depends=('gcc-libs' 'gmp') makedepends=('cmake' 'make' 'gcc' 'openmpi' 'bison' 'flex' 'git') license=('AGPL') -source=("git+$url.git#tag=$pkgver" - "$pkgname.patch") -md5sums=('SKIP' - 'e11bd9f6fbedfb6e47b5b4a29dde98a0') +source=("git+$url.git#tag=$pkgver") +md5sums=('SKIP') prepare(){ cd $_pkgname git submodule update --init --recursive - patch -p1 -i "${srcdir}/$pkgname.patch" #for 2.0.4 } build() { |