use latest version

This commit is contained in:
Kuoi 2022-04-17 11:21:08 +01:00
parent b7e08da06b
commit fc0e39a9a4
2 changed files with 6 additions and 6 deletions

View file

@ -1,19 +1,19 @@
# Maintainer: Clint Valentine <valentine.clint@gmail.com>
pkgname=biobambam
pkgver=2.0.89_release_20180518145034
pkgver=2.0.183_release_20210802180148
pkgrel=1
_release=20180301132713
pkgdesc="BAM file pre-processing utilities for bioinformatics."
arch=('x86_64')
url="https://github.com/gt1/biobambam2"
license=('GPL3')
makedepends=('libmaus')
source=(https://github.com/gt1/biobambam2/archive/refs/tags/${pkgver//_/-}.tar.gz)
sha256sums=('292a99d356f4523b31a18c79441fc387184ee13adf79682b040f88b4b2a05d27')
makedepends=('libmaus' 'autoconf' 'make' 'boost')
source=(https://gitlab.com/german.tischler/biobambam2/-/archive/${pkgver//_/-}/${pkgname}2-${pkgver//_/-}.tar.gz)
sha256sums=('8712ceac509c389111b01dc3429f673dc0f8b77cb2bc48a1ebcf17f6888b2945')
build() {
cd "${srcdir}"/"${pkgname}2"-"${pkgver//_/-}"
autoreconf -i -f
./configure --prefix="${pkgdir}"/usr
}

View file

@ -4,6 +4,6 @@ maintainers:
email: starsareintherose@outlook.com
update_on:
- source: cmd
cmd: curl -sS https://github.com/gt1/biobambam2/tags | grep '\-release-' | head -n 1 | sed 's/\// /g' | sed 's/"/ /g' | awk '{print $7}' | sed 's/-/_/g'
cmd: curl -sS https://gitlab.com/german.tischler/biobambam2/-/tags | grep '\-release-' | head -n 1 | sed 's/</ /g' | sed 's/>/ /g' | awk '{print $5}' | sed 's/-/_/g'
repo_depends:
- libmaus