mirror of
https://github.com/BioArchLinux/Packages.git
synced 2025-03-10 12:02:42 +00:00
shapeit4: add seqlib as depends due to error report
This commit is contained in:
parent
ce13963ca9
commit
1e502ccfb0
2 changed files with 5 additions and 1 deletions
|
@ -6,7 +6,7 @@ pkgdesc="Segmented HAPlotype Estimation and Imputation Tools"
|
|||
arch=('i686' 'x86_64')
|
||||
url="https://odelaneau.github.io/shapeit4/"
|
||||
license=('MIT')
|
||||
depends=('zlib' 'bzip2' 'xz' 'glibc')
|
||||
depends=('zlib' 'bzip2' 'xz' 'glibc' 'seqlib' 'htslib')
|
||||
makedepends=('boost' 'htslib' 'gcc')
|
||||
source=("${pkgname}-${pkgver}.tar.gz"::"https://github.com/odelaneau/${pkgname}/archive/refs/tags/v${pkgver}.tar.gz" "shapeit4.patch")
|
||||
noextract=()
|
||||
|
|
|
@ -10,5 +10,9 @@ update_on:
|
|||
- alias: alpm-lilac
|
||||
alpm: htslib
|
||||
strip_release: true
|
||||
- alias: alpm-lilac
|
||||
alpm: seqlib
|
||||
strip_release: true
|
||||
repo_depends:
|
||||
- htslib
|
||||
- seqlib
|
||||
|
|
Loading…
Add table
Reference in a new issue