mirror of
https://github.com/BioArchLinux/Packages.git
synced 2025-03-10 12:02:42 +00:00
fixed dependencies and license for mummer4
This commit is contained in:
parent
699d7dad66
commit
6b200c1578
1 changed files with 3 additions and 2 deletions
|
@ -7,8 +7,9 @@ pkgrel=1
|
|||
pkgdesc="A fast and versatile genome alignment system. https://doi.org/10.1371/journal.pcbi.1005944"
|
||||
arch=('x86_64')
|
||||
url="https://mummer4.github.io/"
|
||||
license=('MIT')
|
||||
depends=()
|
||||
license=('GPL' 'PerlArtistic')
|
||||
depends=(gcc-libs)
|
||||
makedepends=(sh perl)
|
||||
provides=()
|
||||
source=("https://github.com/${pkgname}/mummer/releases/download/v${pkgver}/mummer-${pkgver}.tar.gz")
|
||||
sha256sums=('85006adb2d6539c2f738c3e3bb14b58bb6f62cd6c6ca5ede884a87ae76e07d1d')
|
||||
|
|
Loading…
Add table
Reference in a new issue