summarylogtreecommitdiffstats
path: root/PKGBUILD
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 /PKGBUILD
parenta06a7bc8840eb085b3e98d145b147cf874d74380 (diff)
downloadaur-6fea48f59cb7448c22ca7656bd94dcd1382ef3b2.tar.gz
Keep static lib and remove tests
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD7
1 files changed, 1 insertions, 6 deletions
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}"