From 0d91386e643d2bf625907ddc00155912da858e46 Mon Sep 17 00:00:00 2001 From: BioArchLinuxBot Date: Sat, 16 Mar 2024 00:06:08 +0000 Subject: [PATCH] salmon: auto updated to 1.10.3-1 --- BioArchLinux/salmon/PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/BioArchLinux/salmon/PKGBUILD b/BioArchLinux/salmon/PKGBUILD index 4c683d3724..1840f37919 100644 --- a/BioArchLinux/salmon/PKGBUILD +++ b/BioArchLinux/salmon/PKGBUILD @@ -2,8 +2,8 @@ # Contributor: Saulius Lukauskas # Contributor: Thiago L. A. Miller pkgname=salmon -pkgver=1.10.2 -pkgrel=4 +pkgver=1.10.3 +pkgrel=1 pkgdesc="Highly-accurate & wicked fast transcript-level quantification from RNA-seq reads using lightweight alignments" arch=('x86_64') url="https://combine-lab.github.io/$pkgname/" @@ -12,7 +12,7 @@ depends=('intel-tbb' 'bzip2' 'jemalloc' 'boost-libs' 'gcc-libs' 'xz' 'zlib' 'gli makedepends=('boost>=1.55' 'cmake' 'unzip' 'cereal' 'curl' 'bzip2' 'python-sphinx') options=('!emptydirs') source=("$pkgname-$pkgver.tar.gz"::"https://github.com/COMBINE-lab/$pkgname/archive/v$pkgver.tar.gz") -sha256sums=('976989182160fef3afb4429ee8b85d8dd39ed6ca212bb14d6a65cde0e985fb98') +sha256sums=('a053fba63598efc4ade3684aa2c8e8e2294186927d4fcdf1041c36edc2aa0871') prepare() { cd "$pkgname-$pkgver"