summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChocobo12021-03-26 19:55:19 +0800
committerChocobo12021-03-26 19:55:19 +0800
commit441012d58e2283c71c326df3f34822f14319d2d5 (patch)
tree2d79bdd97c165d268fe84ee82fc893cc1971617d
parent5179e7dbe9f0f88eca75fcf088806d57dbd52540 (diff)
downloadaur-441012d58e2283c71c326df3f34822f14319d2d5.tar.gz
upgpkg: racon 1.4.21-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 43690ce025ca..4966ed09d744 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = racon
pkgdesc = Ultrafast consensus module for raw de novo genome assembly
- pkgver = 1.4.20
+ pkgver = 1.4.21
pkgrel = 1
url = https://github.com/lbcb-sci/racon
arch = i686
@@ -10,8 +10,8 @@ pkgbase = racon
makedepends = cmake
depends = gcc-libs
depends = zlib
- source = https://github.com/lbcb-sci/racon/releases/download/1.4.20/racon-v1.4.20.tar.gz
- sha256sums = 820a2ef7a6edae624c8f2b2b8e22c5daace47af9dc91bb40ce6fe1f8169d299e
+ source = https://github.com/lbcb-sci/racon/releases/download/1.4.21/racon-v1.4.21.tar.gz
+ sha256sums = df99208ebef6a12e1da11a31dade2eafe13a4cd80b4917cce44d44d879b5aee4
pkgname = racon
diff --git a/PKGBUILD b/PKGBUILD
index 9a3f29dfe79a..6060d7b74e38 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Chocobo1 <chocobo1 AT archlinux DOT net>
pkgname=racon
-pkgver=1.4.20
+pkgver=1.4.21
pkgrel=1
pkgdesc="Ultrafast consensus module for raw de novo genome assembly"
arch=('i686' 'x86_64')
@@ -10,7 +10,7 @@ license=('MIT')
depends=('gcc-libs' 'zlib')
makedepends=('git' 'cmake')
source=("https://github.com/lbcb-sci/racon/releases/download/$pkgver/racon-v$pkgver.tar.gz")
-sha256sums=('820a2ef7a6edae624c8f2b2b8e22c5daace47af9dc91bb40ce6fe1f8169d299e')
+sha256sums=('df99208ebef6a12e1da11a31dade2eafe13a4cd80b4917cce44d44d879b5aee4')
build() {