summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBioArchLinuxBot2024-02-14 18:01:23 +0000
committerBioArchLinuxBot2024-02-14 18:01:23 +0000
commit9a93b0590a2ca8cb97475479de1db99d944d7af7 (patch)
treebd36c0bab97c5d57ce745522d4a3821a60faa340 /PKGBUILD
parente182cfac67da56941604c8c6257f0832ff940622 (diff)
downloadaur-fastuniq.tar.gz
[lilac] updated to 1.1-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index bd2ac83df4e4..2ff4cda6ddc4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=fastuniq
_pkgname=FastUniq
pkgver=1.1
-pkgrel=0
+pkgrel=1
pkgdesc="ultrafast de novo tool for removal of duplicates in paired
short DNA sequence reads in FASTQ format \
https://doi.org/10.1371/journal.pone.0052249"
@@ -13,6 +13,7 @@ depends=('glibc')
makedepends=('make')
source=($pkgname-$pkgver.tar.gz::https://sourceforge.net/projects/fastuniq/files/FastUniq-${pkgver}.tar.gz/download)
sha256sums=('9ebf251566d097226393fb5aa9db30a827e60c7a4bd9f6e06022b4af4cee0eae')
+
build() {
cd $srcdir/$_pkgname/source
make