summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBioArchLinuxBot2023-03-12 06:06:32 +0000
committerBioArchLinuxBot2023-03-12 06:06:32 +0000
commitf23c31e7cf87cee1a3bba06fed9c68d0f39a6555 (patch)
tree1155c94f08153a61733b6196d33a33f381a4bb36 /PKGBUILD
parent2452acdf1ef22148e96a9a06214b89a82747dc49 (diff)
downloadaur-f23c31e7cf87cee1a3bba06fed9c68d0f39a6555.tar.gz
[lilac] updated to 1.10.1-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index d9b2bba43df2..bcfa82544eab 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Saulius Lukauskas <luksaulius@gmail.com>
# Contributor: Thiago L. A. Miller <thiago_leisrael@hotmail.com>
pkgname=salmon
-pkgver=1.10.0
+pkgver=1.10.1
pkgrel=1
pkgdesc="Highly-accurate & wicked fast transcript-level quantification from RNA-seq reads using lightweight alignments"
arch=('x86_64')
@@ -12,7 +12,7 @@ depends=('intel-tbb' 'jemalloc' 'boost-libs' 'bzip2')
makedepends=('boost>=1.55' 'cmake' 'unzip' 'cereal')
options=('!emptydirs')
source=("$pkgname-$pkgver.tar.gz"::"https://github.com/COMBINE-lab/$pkgname/archive/v$pkgver.tar.gz")
-sha256sums=('fd8039c20f8dc717d414c89d32ce80a37b1cf4fda2eb9dba839adedd33a4fa3a')
+sha256sums=('babd9ccc189cfea07566d8a11d047f25fad5b446b4b69257bc6ad8869f8b7707')
prepare() {
cd "$pkgname-$pkgver"