mirror of
https://github.com/BioArchLinux/Packages.git
synced 2025-03-10 12:02:42 +00:00
muscle: rebuild due to upstream change
This commit is contained in:
parent
43f5ab3d90
commit
671a6ae77d
1 changed files with 2 additions and 2 deletions
|
@ -3,13 +3,13 @@
|
|||
# Contributor: Damir Perisa <damir.perisa@bluewin.ch>
|
||||
pkgname=muscle
|
||||
pkgver=5.1
|
||||
pkgrel=4
|
||||
pkgrel=5
|
||||
pkgdesc="Multiple sequence alignment software enabling improved estimates of phylogenetic tree confidence by ensemble bootstrapping. https://doi.org/10.1101/2021.06.20.449169"
|
||||
arch=('i686' 'x86_64')
|
||||
url="https://github.com/rcedgar/muscle"
|
||||
license=('GPL3')
|
||||
makedepends=('make')
|
||||
source=($pkgname-$pkgver.tar.gz::$url/archive/refs/tags/v$pkgver.tar.gz)
|
||||
source=($pkgname-$pkgver.tar.gz::$url/archive/refs/tags/$pkgver.tar.gz)
|
||||
sha256sums=('091d9f8733b92ff106c2a8eb274d1e5a57960d397a2068d8638d6002e8880dab')
|
||||
prepare() {
|
||||
# -static flag does not find -lgomp (part of gcc-libs)
|
||||
|
|
Loading…
Add table
Reference in a new issue