summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBioArchLinuxBot2023-01-02 12:10:50 +0000
committerBioArchLinuxBot2023-01-02 12:10:50 +0000
commite6db8b5458f44156834cc2c0d5cc2d33a84e0060 (patch)
treee4029ee9754a8f440be4a96f975146af12240c61
parent35868e68546f2d595ac6755631dde5a92dd402bb (diff)
downloadaur-e6db8b5458f44156834cc2c0d5cc2d33a84e0060.tar.gz
[lilac] updated to 3.0.2-2
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index bc2f36c5c67a..937b1ca253d0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = sra-tools
- pkgdesc = A collection of tools and libraries for using data in the INSDC Sequence Read Archives.
+ pkgdesc = A collection of tools and libraries for using data in the INSDC Sequence Read Archives
pkgver = 3.0.2
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/ncbi/sra-tools
arch = x86_64
license = custom: Public Domain
diff --git a/PKGBUILD b/PKGBUILD
index abfac379afb5..82b1522dc5a7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ pkgname=sra-tools
_dep=ncbi-vdb
pkgver=3.0.2
_depver=3.0.2
-pkgrel=1
+pkgrel=2
pkgdesc='A collection of tools and libraries for using data in the INSDC Sequence Read Archives'
url="https://github.com/ncbi/sra-tools"
source=("$pkgname-$pkgver.tar.gz::https://github.com/ncbi/sra-tools/archive/refs/tags/$pkgver.tar.gz"
@@ -69,4 +69,4 @@ package(){
patchelf --remove-rpath $filename
mv "$filename" "${filename//.${pkgver}/}"
done
-} \ No newline at end of file
+}