From 1e502ccfb08a5123eeee6a238b2078db886aeab6 Mon Sep 17 00:00:00 2001 From: Kuoi Date: Sun, 28 Aug 2022 15:40:27 +0100 Subject: [PATCH] shapeit4: add seqlib as depends due to error report --- BioArchLinux/shapeit4/PKGBUILD | 2 +- BioArchLinux/shapeit4/lilac.yaml | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/BioArchLinux/shapeit4/PKGBUILD b/BioArchLinux/shapeit4/PKGBUILD index 09360d7a7f..36262fa7ec 100644 --- a/BioArchLinux/shapeit4/PKGBUILD +++ b/BioArchLinux/shapeit4/PKGBUILD @@ -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=() diff --git a/BioArchLinux/shapeit4/lilac.yaml b/BioArchLinux/shapeit4/lilac.yaml index 750a0fc1d1..c17ce41ce3 100644 --- a/BioArchLinux/shapeit4/lilac.yaml +++ b/BioArchLinux/shapeit4/lilac.yaml @@ -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