kma: version 1.4.17

This commit is contained in:
kbipinkumar 2025-02-02 15:31:06 +05:30
parent 36baf1086a
commit f9e004a69f
No known key found for this signature in database
GPG key ID: C67233497C15E476
2 changed files with 7 additions and 11 deletions

View file

@ -1,20 +1,15 @@
# Maintainer: Bipin Kumar <kbipinkumar@pm.me>
pkgname=kma
pkgver=1.4.14
pkgrel=2
pkgver=1.4.17
pkgrel=0
pkgdesc="An ultra-fast mapping method designed to map raw reads directly against redundant databases using seed and extend."
arch=(x86_64)
url="https://bitbucket.org/genomicepidemiology/kma/src/master/"
license=('Apache-2.0')
makedepends=('git')
depends=('zlib' 'glibc')
source=(''kma::git+https://bitbucket.org/genomicepidemiology/kma.git'')
md5sums=('SKIP')
pkgver() {
cd "$srcdir/${pkgname}"
git describe --abbrev=0
}
source=(''kma::git+https://bitbucket.org/genomicepidemiology/kma.git#tag=$pkgver'')
sha256sums=('efd33b858c7c70ab0091125f8ef1220c5203859e130765bba8a2d5c193c8d25a')
build() {
cd "$srcdir/${pkgname}"

View file

@ -3,8 +3,9 @@ maintainers:
- github: kbipinkumar
email: kbipinkumar@pm.me
post_build_script: |
git_pkgbuild_commit()
git_pkgbuild_commit()
update_aur_repo()
update_on:
- source: bitbucket
bitbucket: genomicepidemiology/kma
use_max_tag: true
use_sorted_tags: true