shapeit4: add seqlib as depends due to error report

This commit is contained in:
Kuoi 2022-08-28 15:40:27 +01:00
parent ce13963ca9
commit 1e502ccfb0
2 changed files with 5 additions and 1 deletions

View file

@ -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=()

View file

@ -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