summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChocobo12020-09-01 16:19:11 +0800
committerChocobo12020-09-01 16:19:11 +0800
commit28f90dca9f7fb2f61d25eddcb3a9d59142ae84b6 (patch)
treeafcd6a8c058b86babff97ede3f9c9ea496e497ee
parent9f8601a199faa77a2ce1e552f86979e6c77ed015 (diff)
downloadaur-28f90dca9f7fb2f61d25eddcb3a9d59142ae84b6.tar.gz
upgpkg: htslib-git 1.10.2.r134.ge9447f86-2
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD8
2 files changed, 8 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 327e4b0ada73..7d3d7d25d060 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = htslib-git
pkgdesc = C library for high-throughput sequencing data formats
pkgver = 1.10.2.r134.ge9447f86
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/samtools/htslib
arch = i686
arch = x86_64
@@ -10,6 +10,8 @@ pkgbase = htslib-git
depends = glibc
depends = bzip2
depends = curl
+ depends = openssl
+ depends = xz
provides = htslib
conflicts = htslib
options = staticlibs
diff --git a/PKGBUILD b/PKGBUILD
index f0e767734688..e710894994c7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,12 +2,12 @@
pkgname=htslib-git
pkgver=1.10.2.r134.ge9447f86
-pkgrel=1
+pkgrel=2
pkgdesc="C library for high-throughput sequencing data formats"
arch=('i686' 'x86_64')
url="https://github.com/samtools/htslib"
license=('custom')
-depends=('glibc' 'bzip2' 'curl')
+depends=('glibc' 'bzip2' 'curl' 'openssl' 'xz')
makedepends=('git')
provides=('htslib')
conflicts=('htslib')
@@ -29,7 +29,9 @@ build() {
./configure \
--prefix="/usr" \
--enable-plugins \
- --with-plugin-dir="/usr/lib/htslib/plugins"
+ --with-plugin-dir="/usr/lib/htslib/plugins" \
+ --enable-gcs \
+ --enable-s3
make
}