summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 99f7a8cddc37..00618f2f5f4e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,17 +1,16 @@
pkgbase = hisat2-bin
pkgdesc = A fast and sensitive alignment program for mapping sequencing reads
pkgver = 2.2.1
- pkgrel = 2
+ pkgrel = 3
url = https://daehwankimlab.github.io/hisat2/
arch = x86_64
license = GPL
depends = glibc
optdepends = perl
optdepends = python
- provides = hisat2
+ provides = hisat2=2.2.1
conflicts = hisat2
source_x86_64 = https://cloud.biohpc.swmed.edu/index.php/s/oTtGWbWjaxsQ2Ho/download
sha256sums_x86_64 = ae53af930729787a126944f7db34d4065c06f589c4fb05f4cfa9a348cacd5cb4
pkgname = hisat2-bin
-
diff --git a/PKGBUILD b/PKGBUILD
index 02c5c8c0572c..2b49bb68c016 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,14 +2,14 @@
pkgname=hisat2-bin
pkgver=2.2.1
-pkgrel=2
+pkgrel=3
pkgdesc="A fast and sensitive alignment program for mapping sequencing reads"
arch=('x86_64')
url="https://daehwankimlab.github.io/hisat2/"
license=('GPL')
depends=('glibc')
optdepends=('perl' 'python')
-provides=('hisat2')
+provides=("hisat2=$pkgver")
conflicts=('hisat2')
source_x86_64=("https://cloud.biohpc.swmed.edu/index.php/s/oTtGWbWjaxsQ2Ho/download")
sha256sums_x86_64=('ae53af930729787a126944f7db34d4065c06f589c4fb05f4cfa9a348cacd5cb4')