diff options
author | BioArchLinuxBot | 2025-04-26 18:43:28 +0000 |
---|---|---|
committer | BioArchLinuxBot | 2025-04-26 18:43:28 +0000 |
commit | a729ed1319ead515b9b1d11b9a3a9c626bae9612 (patch) | |
tree | 2ccb792847a9953e83f5f47128fa4ed71c333dfe /PKGBUILD | |
parent | bc228e80e28a5b7644998d50778545ca9ffe3fb2 (diff) | |
download | aur-biolibc.tar.gz |
[lilac] updated to 0.2.7-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,7 +1,7 @@ # Maintainer: Bipin Kumar <kbipinkumar@pm.me> pkgname=biolibc -pkgver=0.2.6 +pkgver=0.2.7 pkgrel=1 pkgdesc="High-performance, memory-efficient bioinformatics library" arch=('i686' 'x86_64') @@ -10,7 +10,7 @@ license=('BSD-2') depends=('glibc') makedepends=('libxtend') source=("$pkgname-$pkgver.tar.gz::https://github.com/auerlab/$pkgname/archive/refs/tags/$pkgver.tar.gz") -sha256sums=('d3807734b6e615e7655d86591778784f8360fc30c37a0beff54212193d3c3dd0') +sha256sums=('d01f8e200a92ae893e69a6e2ed4d7e3939bd2559d1dabe87b9150496eba65cbe') build() { cd "$pkgname-$pkgver" |