summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMichael Schubert2024-07-04 16:22:04 +0200
committerMichael Schubert2024-07-04 16:22:04 +0200
commitb1f9055846de27a8516250b8a8aa51c61dd03972 (patch)
treeaa4a208734aa3dbc92614f6763e6d6a586986c9c /PKGBUILD
parent54bc92742100c2ece1bdc1e030e7365c1507c803 (diff)
downloadaur-b1f9055846de27a8516250b8a8aa51c61dd03972.tar.gz
version bump 1.22.3
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD7
1 files changed, 5 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 73a7d2147a7f..d38ff16ffcad 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Michael Schubert <mschu.dev at gmail> github.com/mschubert/PKGBUILDs
pkgname=multiqc
-pkgver=1.21
+pkgver=1.22.3
pkgrel=1
pkgdesc="Aggregate results from bioinformatics analyses across many samples into a single report"
arch=('any')
@@ -24,10 +24,13 @@ depends=(
python-rich
python-rich-click
python-spectra
+ python-tqdm
+ python-pydantic
+ python-typeguard
)
makedepends=(python-setuptools python-packaging)
source=($pkgname-$pkgver.tar.gz::https://github.com/MultiQC/MultiQC/archive/refs/tags/v$pkgver.tar.gz)
-sha256sums=('c0e4887598628567b8fb1539445cf7b34a7ac6a8db2e52e10cc42cfa8e2202e2')
+sha256sums=('b9055c561459bd7e0a4869a6c7d83c7d9f8f31310be6e4ceaaebcdf93c05ae73')
build() {
cd "$srcdir/MultiQC-$pkgver"