summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChocobo12022-05-06 21:46:40 +0800
committerChocobo12022-05-06 21:46:40 +0800
commit7ecc582b61ac71d047b5abba108c12e3ccf5069f (patch)
treecc8d2bae4ed137a72f76e4cd771f925fe6ef0d3b
parent3e6efe877daf95c5f2855682825b4b0bae3be995 (diff)
downloadaur-canu-bin.tar.gz
upgpkg: canu-bin 2.2-2
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 57421cfea37c..8c179dca311d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = canu-bin
pkgdesc = A fork of the Celera Assembler designed for high-noise single-molecule sequencing
pkgver = 2.2
- pkgrel = 1
+ pkgrel = 2
url = https://canu.readthedocs.io/
arch = x86_64
license = custom
@@ -9,7 +9,7 @@ pkgbase = canu-bin
depends = java-runtime
depends = perl
optdepends = gnuplot
- provides = canu
+ provides = canu=2.2
conflicts = canu
options = staticlibs
source_x86_64 = https://github.com/marbl/canu/releases/download/v2.2/canu-2.2.Linux-amd64.tar.xz
diff --git a/PKGBUILD b/PKGBUILD
index 6c5fbd92f8d5..af36d930d5de 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,14 +2,14 @@
pkgname=canu-bin
pkgver=2.2
-pkgrel=1
+pkgrel=2
pkgdesc="A fork of the Celera Assembler designed for high-noise single-molecule sequencing"
arch=('x86_64')
url="https://canu.readthedocs.io/"
license=('custom')
depends=('glibc' 'java-runtime' 'perl')
optdepends=('gnuplot')
-provides=('canu')
+provides=("canu=$pkgver")
conflicts=('canu')
options=('staticlibs')
source_x86_64=("https://github.com/marbl/canu/releases/download/v$pkgver/canu-$pkgver.Linux-amd64.tar.xz")