summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew O'Neill2022-05-19 19:44:41 -0400
committerAndrew O'Neill2022-05-19 19:44:41 -0400
commit6fea48f59cb7448c22ca7656bd94dcd1382ef3b2 (patch)
tree2fb7f15e1fe3133b664ca6252ff63cbb204b06c2
parenta06a7bc8840eb085b3e98d145b147cf874d74380 (diff)
downloadaur-6fea48f59cb7448c22ca7656bd94dcd1382ef3b2.tar.gz
Keep static lib and remove tests
-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}"