summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBioArchLinuxBot2023-02-12 12:03:21 +0000
committerBioArchLinuxBot2023-02-12 12:03:21 +0000
commit3ce573abcb936e474b779991de35a952531e36d8 (patch)
tree6fc078ece558225a3d1d21eefe2198134f3b9265
parent0482d135b1bfe8d263b8224e53ef20e664bd6994 (diff)
downloadaur-ad2vcf.tar.gz
[lilac] updated to 0.1.6-6
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c7087a61e6a0..aa900daad2c2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,14 @@
pkgbase = ad2vcf
pkgdesc = Tool to add allelic depth info from a SAM stream to a VCF file
pkgver = 0.1.6
- pkgrel = 5
+ pkgrel = 6
url = https://github.com/auerlab/ad2vcf
+ arch = i686
arch = x86_64
license = BSD-2
depends = biolibc
depends = libxtend
+ depends = glibc
source = ad2vcf-0.1.6.tar.gz::https://github.com/auerlab/ad2vcf/archive/refs/tags/0.1.6.tar.gz
sha256sums = fbed1e32504dbc6975cb124792d12e48576ed799ac148aa3b6beed33a67bdf98
diff --git a/PKGBUILD b/PKGBUILD
index f2728dfe17bb..61ac502e8a09 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,12 +2,12 @@
pkgname=ad2vcf
pkgver=0.1.6
-pkgrel=5
+pkgrel=6
pkgdesc="Tool to add allelic depth info from a SAM stream to a VCF file"
-arch=('x86_64')
+arch=('i686' 'x86_64')
url="https://github.com/auerlab/ad2vcf"
license=('BSD-2')
-depends=('biolibc' 'libxtend')
+depends=('biolibc' 'libxtend' 'glibc')
source=("$pkgname-$pkgver.tar.gz::https://github.com/auerlab/$pkgname/archive/refs/tags/$pkgver.tar.gz")
sha256sums=('fbed1e32504dbc6975cb124792d12e48576ed799ac148aa3b6beed33a67bdf98')