summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChocobo12021-08-27 13:37:13 +0800
committerChocobo12021-08-27 13:37:13 +0800
commit3e6efe877daf95c5f2855682825b4b0bae3be995 (patch)
treec7e7b045734217a3bd36a8c39f4a87950b88970b
parent64094ec91bee0c6998fdb65cdc753b0838530bc1 (diff)
downloadaur-3e6efe877daf95c5f2855682825b4b0bae3be995.tar.gz
upgpkg: canu-bin 2.2-1
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD7
2 files changed, 9 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 390703472585..57421cfea37c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,18 +1,18 @@
pkgbase = canu-bin
pkgdesc = A fork of the Celera Assembler designed for high-noise single-molecule sequencing
- pkgver = 2.1.1
- pkgrel = 2
+ pkgver = 2.2
+ pkgrel = 1
url = https://canu.readthedocs.io/
arch = x86_64
license = custom
depends = glibc
depends = java-runtime
depends = perl
+ optdepends = gnuplot
provides = canu
conflicts = canu
options = staticlibs
- source_x86_64 = https://github.com/marbl/canu/releases/download/v2.1.1/canu-2.1.1.Linux-amd64.tar.xz
- sha256sums_x86_64 = b6aa11c00b8b4114d32dd12107b0134c5f01cbc3c7751b07e603bb51f23d6766
+ source_x86_64 = https://github.com/marbl/canu/releases/download/v2.2/canu-2.2.Linux-amd64.tar.xz
+ sha256sums_x86_64 = 0e98d10d8216e99091d999d0b4c6b11a045515932e6cc48fcb2c8435aa688bdf
pkgname = canu-bin
-
diff --git a/PKGBUILD b/PKGBUILD
index cdc67ae9fa3a..6c5fbd92f8d5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,18 +1,19 @@
# Maintainer: Chocobo1 <chocobo1 AT archlinux DOT net>
pkgname=canu-bin
-pkgver=2.1.1
-pkgrel=2
+pkgver=2.2
+pkgrel=1
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')
conflicts=('canu')
options=('staticlibs')
source_x86_64=("https://github.com/marbl/canu/releases/download/v$pkgver/canu-$pkgver.Linux-amd64.tar.xz")
-sha256sums_x86_64=('b6aa11c00b8b4114d32dd12107b0134c5f01cbc3c7751b07e603bb51f23d6766')
+sha256sums_x86_64=('0e98d10d8216e99091d999d0b4c6b11a045515932e6cc48fcb2c8435aa688bdf')
package() {