summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChocobo12020-09-03 14:02:12 +0800
committerChocobo12020-09-03 14:02:12 +0800
commit47c36e21ab88e5f1a4c5b2e08e814eb713bc0728 (patch)
treeb5ea7e4294728a07faf8911ad39bd919e2bd5d21
parent0c0b730bc746c3d38bde662d6d5bf83b4569fa60 (diff)
downloadaur-47c36e21ab88e5f1a4c5b2e08e814eb713bc0728.tar.gz
upgpkg: bcftools-git 1.10.2.r123.gdc26549-2
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 48b1cf7a0953..720340363220 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = bcftools-git
pkgdesc = Tools for variant calling and manipulating VCFs and BCFs
pkgver = 1.10.2.r123.gdc26549
- pkgrel = 1
+ pkgrel = 2
url = https://samtools.github.io/bcftools/
arch = i686
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index 4c7d6175b852..e9ed0d392043 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=bcftools-git
pkgver=1.10.2.r123.gdc26549
-pkgrel=1
+pkgrel=2
pkgdesc="Tools for variant calling and manipulating VCFs and BCFs"
arch=('i686' 'x86_64')
url="https://samtools.github.io/bcftools/"
@@ -28,7 +28,7 @@ build() {
autoreconf -fi
./configure \
--prefix="/usr" \
- --with-bcf-plugin-dir=/usr/lib/bcftools \
+ --with-bcf-plugin-dir="/usr/lib/bcftools" \
--enable-libgsl
make
}