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

View file

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