summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBioArchLinuxBot2022-12-12 00:13:15 +0000
committerBioArchLinuxBot2022-12-12 00:13:15 +0000
commitafa6b049708ae5ae3bad1ac9000dc8d418fba2f4 (patch)
treefee7e7ed30c8d92b5158adb05cb550268129debf
parent47453e8f6ef8167ceccd969135f2ae84944450f1 (diff)
downloadaur-biobambam.tar.gz
[lilac] updated to 2.0.185_release_20221211202123-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8316650611ec..caf2ccb6566f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = biobambam
pkgdesc = BAM file pre-processing utilities for bioinformatics.
- pkgver = 2.0.184_release_20220919134840
+ pkgver = 2.0.185_release_20221211202123
pkgrel = 1
url = https://github.com/gt1/biobambam2
arch = x86_64
@@ -9,7 +9,7 @@ pkgbase = biobambam
makedepends = autoconf
makedepends = make
makedepends = boost
- source = https://gitlab.com/german.tischler/biobambam2/-/archive/2.0.184-release-20220919134840/biobambam2-2.0.184-release-20220919134840.tar.gz
- sha256sums = e64a2eb261ff8af270ba541e67793a93c440c3691eee6aa40beae97ba68578c0
+ source = https://gitlab.com/german.tischler/biobambam2/-/archive/2.0.185-release-20221211202123/biobambam2-2.0.185-release-20221211202123.tar.gz
+ sha256sums = e405421e869ac7220c3a7e5da0d24a3c7b4c7b1807e044a439fe68efc88a1f2a
pkgname = biobambam
diff --git a/PKGBUILD b/PKGBUILD
index 5fccd00b847c..c59cda728691 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Clint Valentine <valentine.clint@gmail.com>
pkgname=biobambam
-pkgver=2.0.184_release_20220919134840
+pkgver=2.0.185_release_20221211202123
pkgrel=1
pkgdesc="BAM file pre-processing utilities for bioinformatics."
arch=('x86_64')
@@ -9,7 +9,7 @@ url="https://github.com/gt1/biobambam2"
license=('GPL3')
makedepends=('libmaus' 'autoconf' 'make' 'boost')
source=(https://gitlab.com/german.tischler/biobambam2/-/archive/${pkgver//_/-}/${pkgname}2-${pkgver//_/-}.tar.gz)
-sha256sums=('e64a2eb261ff8af270ba541e67793a93c440c3691eee6aa40beae97ba68578c0')
+sha256sums=('e405421e869ac7220c3a7e5da0d24a3c7b4c7b1807e044a439fe68efc88a1f2a')
build() {
cd "${srcdir}"/"${pkgname}2"-"${pkgver//_/-}"