From 0f4534517460d6caded629644777b4cda1498196 Mon Sep 17 00:00:00 2001 From: BioArchLinuxBot Date: Sun, 28 Aug 2022 14:33:49 +0000 Subject: [PATCH] nanopolish: auto updated to 0.14.0-2 --- BioArchLinux/nanopolish/PKGBUILD | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/BioArchLinux/nanopolish/PKGBUILD b/BioArchLinux/nanopolish/PKGBUILD index d89ce35892..be37f42011 100644 --- a/BioArchLinux/nanopolish/PKGBUILD +++ b/BioArchLinux/nanopolish/PKGBUILD @@ -2,7 +2,7 @@ pkgname=nanopolish pkgver=0.14.0 -pkgrel=1 +pkgrel=2 pkgdesc="Provide signal-level analysis of Oxford Nanopore sequencing data" arch=('x86_64') url="https://github.com/jts/nanopolish" @@ -10,8 +10,7 @@ license=('MIT') depends=('glibc' 'hdf5' 'htslib' 'zlib') makedepends=('git' 'eigen' 'wget') source=("git+https://github.com/jts/nanopolish.git#tag=v$pkgver") -sha256sums=('SKIP' - '8863f56ef51672a4c6c50aeaea2e0e1b866a06bf4d4ca14006680f698e795a26') +sha256sums=('SKIP') prepare() { cd "nanopolish"