summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD7
2 files changed, 2 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5c5ae892208c..01a872192427 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -11,6 +11,7 @@ pkgbase = htslib
provides = tabix
conflicts = tabix
replaces = tabix
+ options = staticlibs
source = htslib-1.15.1.tar.bz2::https://github.com/samtools/htslib/releases/download/1.15.1/htslib-1.15.1.tar.bz2
sha256sums = 8d7f8bf9658226942eeab70af2a22aca618577eaa8fe2ed9416ee306d5351aa1
diff --git a/PKGBUILD b/PKGBUILD
index 374988eb648b..a69c7bfd15b3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -12,6 +12,7 @@ depends=('bzip2' 'curl' 'xz')
provides=('tabix')
replaces=('tabix')
conflicts=('tabix')
+options=('staticlibs')
source=("${pkgname}-${pkgver}.tar.bz2::${url}/releases/download/${pkgver}/${pkgname}-${pkgver}.tar.bz2")
sha256sums=('8d7f8bf9658226942eeab70af2a22aca618577eaa8fe2ed9416ee306d5351aa1')
@@ -27,12 +28,6 @@ build() {
make
}
-check() {
- cd "${pkgname}-${pkgver}"
-
- make check
-}
-
package() {
cd "${pkgname}-${pkgver}"