libmaus: auto updated to 2.0.811_release_20220907125528-1

This commit is contained in:
BioArchLinuxBot 2022-09-07 12:11:24 +00:00
parent 538664f658
commit cd5936b002

View file

@ -1,14 +1,14 @@
# Maintainer: Clint Valentine <valentine.clint@gmail.com> # Maintainer: Clint Valentine <valentine.clint@gmail.com>
pkgname=libmaus pkgname=libmaus
pkgver=2.0.810_release_20220216151520 pkgver=2.0.811_release_20220907125528
pkgrel=9 pkgrel=1
pkgdesc="Bioinformatics data structures and algorithms in C++" pkgdesc="Bioinformatics data structures and algorithms in C++"
arch=('x86_64') arch=('x86_64')
url=https://gitlab.com/german.tischler/libmaus2 url=https://gitlab.com/german.tischler/libmaus2
license=('GPL2') license=('GPL2')
source=(https://gitlab.com/german.tischler/"${pkgname}"2/-/archive/"${pkgver//_/-}"/"${pkgname}"2-"${pkgver//_/-}".tar.gz) source=(https://gitlab.com/german.tischler/"${pkgname}"2/-/archive/"${pkgver//_/-}"/"${pkgname}"2-"${pkgver//_/-}".tar.gz)
sha256sums=('6639289aba6bbece3057ab7d1782a1b94b80a9ae22fc3d136a78ba8f7b9edaee') sha256sums=('584349bdf3b183fbe2442f758b97201c7a2d0b1c70a4b27b2444169bded07c73')
makedepends=('make' 'gcc' 'boost') makedepends=('make' 'gcc' 'boost')
build() { build() {
cd "${srcdir}"/libmaus2-"${pkgver//_/-}" cd "${srcdir}"/libmaus2-"${pkgver//_/-}"