summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChocobo12023-04-11 03:08:08 +0800
committerChocobo12023-04-11 03:08:08 +0800
commite4580f05f4c9ab82c8d493b504ab111825a6dcbc (patch)
tree9fcae5a6ab0425d1d37f982626dbb05f61b0bf51
parent645e46554efc21ff11568540e4a606cf301d0ebb (diff)
downloadaur-hisat2-git.tar.gz
upgpkg: hisat2-git 2.2.1.r55.g5086938-1
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 644d8acb7f45..227ffcaa717d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = hisat2-git
pkgdesc = A fast and sensitive alignment program for mapping sequencing reads
- pkgver = 2.2.1.r8.g49aa20c
+ pkgver = 2.2.1.r55.g5086938
pkgrel = 1
url = https://daehwankimlab.github.io/hisat2/
arch = x86_64
@@ -10,11 +10,10 @@ pkgbase = hisat2-git
depends = glibc
optdepends = perl
optdepends = python
- provides = hisat2
+ provides = hisat2=2.2.1.r55.g5086938
conflicts = hisat2
options = staticlibs
source = git+https://github.com/DaehwanKimLab/hisat2.git
sha256sums = SKIP
pkgname = hisat2-git
-
diff --git a/PKGBUILD b/PKGBUILD
index 51c22cd2d5e0..dab4b5f799a7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Chocobo1 <chocobo1 AT archlinux DOT net>
pkgname=hisat2-git
-pkgver=2.2.1.r8.g49aa20c
+pkgver=2.2.1.r55.g5086938
pkgrel=1
pkgdesc="A fast and sensitive alignment program for mapping sequencing reads"
arch=('x86_64')
@@ -10,7 +10,7 @@ license=('GPL')
depends=('glibc')
makedepends=('git' 'cmake')
optdepends=('perl' 'python')
-provides=('hisat2')
+provides=("hisat2=$pkgver")
conflicts=('hisat2')
options=('staticlibs')
source=("git+https://github.com/DaehwanKimLab/hisat2.git")