biolibc: auto updated to 0.2.6-1

This commit is contained in:
BioArchLinuxBot 2023-10-23 18:04:27 +00:00
parent 872e5f7c30
commit 6c83b7d74a

View file

@ -1,7 +1,7 @@
# Maintainer: Bipin Kumar <kbipinkumar@pm.me> # Maintainer: Bipin Kumar <kbipinkumar@pm.me>
pkgname=biolibc pkgname=biolibc
pkgver=0.2.5 pkgver=0.2.6
pkgrel=1 pkgrel=1
pkgdesc="High-performance, memory-efficient bioinformatics library" pkgdesc="High-performance, memory-efficient bioinformatics library"
arch=('i686' 'x86_64') arch=('i686' 'x86_64')
@ -10,7 +10,7 @@ license=('BSD-2')
depends=('glibc') depends=('glibc')
makedepends=('libxtend') makedepends=('libxtend')
source=("$pkgname-$pkgver.tar.gz::https://github.com/auerlab/$pkgname/archive/refs/tags/$pkgver.tar.gz") source=("$pkgname-$pkgver.tar.gz::https://github.com/auerlab/$pkgname/archive/refs/tags/$pkgver.tar.gz")
sha256sums=('5273dbf4e5135ac8f11e503c3ef516ec1c73906b1ec196a0a28606d88d3d394a') sha256sums=('d3807734b6e615e7655d86591778784f8360fc30c37a0beff54212193d3c3dd0')
build() { build() {
cd "$pkgname-$pkgver" cd "$pkgname-$pkgver"