summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChocobo12021-05-15 16:00:09 +0800
committerChocobo12021-05-15 16:00:09 +0800
commit64094ec91bee0c6998fdb65cdc753b0838530bc1 (patch)
tree69723ee2a48dda87182a66336cda17f3f22299bc
parentecfc76526c19ded71e715fa651eb4aa0c9fc7944 (diff)
downloadaur-64094ec91bee0c6998fdb65cdc753b0838530bc1.tar.gz
upgpkg: canu-bin 2.1.1-2
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 32cbae3d9a86..390703472585 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.1.1
- pkgrel = 1
+ pkgrel = 2
url = https://canu.readthedocs.io/
arch = x86_64
license = custom
@@ -11,8 +11,8 @@ pkgbase = canu-bin
provides = canu
conflicts = canu
options = staticlibs
- source = https://github.com/marbl/canu/releases/download/v2.1.1/canu-2.1.1.Linux-amd64.tar.xz
- sha256sums = b6aa11c00b8b4114d32dd12107b0134c5f01cbc3c7751b07e603bb51f23d6766
+ 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
pkgname = canu-bin
diff --git a/PKGBUILD b/PKGBUILD
index 74c4155ede6e..cdc67ae9fa3a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=canu-bin
pkgver=2.1.1
-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/"
@@ -11,8 +11,8 @@ depends=('glibc' 'java-runtime' 'perl')
provides=('canu')
conflicts=('canu')
options=('staticlibs')
-source=("https://github.com/marbl/canu/releases/download/v$pkgver/canu-$pkgver.Linux-amd64.tar.xz")
-sha256sums=('b6aa11c00b8b4114d32dd12107b0134c5f01cbc3c7751b07e603bb51f23d6766')
+source_x86_64=("https://github.com/marbl/canu/releases/download/v$pkgver/canu-$pkgver.Linux-amd64.tar.xz")
+sha256sums_x86_64=('b6aa11c00b8b4114d32dd12107b0134c5f01cbc3c7751b07e603bb51f23d6766')
package() {