From f23f526edd0134443c6e7fcb6695e892dd7cfb8c Mon Sep 17 00:00:00 2001 From: BioArchLinuxBot Date: Tue, 24 Oct 2023 18:02:44 +0000 Subject: [PATCH] fasda: auto updated to 0.1.5-1 --- BioArchLinux/fasda/PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/BioArchLinux/fasda/PKGBUILD b/BioArchLinux/fasda/PKGBUILD index d202a6efc6..9edac82192 100644 --- a/BioArchLinux/fasda/PKGBUILD +++ b/BioArchLinux/fasda/PKGBUILD @@ -1,15 +1,15 @@ # Maintainer: Bipin Kumar pkgname=fasda -pkgver=0.1.4 -pkgrel=2 +pkgver=0.1.5 +pkgrel=1 pkgdesc=" Fast And Simple Differential Analysis of transcriptomic data" arch=('i686' 'x86_64') url="https://github.com/auerlab/fasda" license=('BSD-2') depends=('biolibc' 'libxtend' 'glibc') source=("$pkgname-$pkgver.tar.gz::https://github.com/auerlab/$pkgname/archive/refs/tags/$pkgver.tar.gz") -sha256sums=('8e1b1536ff3c551c16b6ddca543378343e055a9b067ef5038e2b2f1fb2e874b9') +sha256sums=('38ff2231259c67e814937f1032808b99fca24763d80dc7a6ad40cc65a518c085') prepare() { cd "$pkgname-$pkgver"