summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBioArchLinuxBot2023-11-14 06:10:18 +0000
committerBioArchLinuxBot2023-11-14 06:10:18 +0000
commitf19bef4581ce0d843097f1ea07db534f48c28dbc (patch)
tree181187fcab8181e70709c08a0f3252324d8442ed
parent77cb17ea799d04227f0245d73d42d1b3cefb1f8d (diff)
downloadaur-f19bef4581ce0d843097f1ea07db534f48c28dbc.tar.gz
[lilac] updated to 15.6f452-2
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9ca89ce1e4aa..1496278d9764 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = mmseqs2
pkgdesc = ultra fast and sensitive search and clustering suite. https://doi.org/10.1038/nbt.3988
pkgver = 15.6f452
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/soedinglab/mmseqs2
arch = x86_64
license = GPL3
diff --git a/PKGBUILD b/PKGBUILD
index c37e5826ca78..8f381f1f4da0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@ pkgname=('mmseqs2-sse4' 'mmseqs2-avx2')
_pkgbase=${pkgbase//mm/MM}
pkgver=15.6f452
_pkgver=15-6f452
-pkgrel=1
+pkgrel=2
pkgdesc="ultra fast and sensitive search and clustering suite. https://doi.org/10.1038/nbt.3988"
arch=('x86_64')
url="https://github.com/soedinglab/mmseqs2"
@@ -74,4 +74,4 @@ package_mmseqs2-avx2() {
install -Dm755 bash-completion.sh "${pkgdir}"/etc/profile.d/mmseqs2-completion.sh
install -Dm755 format_substitution_matrix.R ${pkgdir}/usr/share/${pkgbase}/format_substitution_matrix.R
rm -rf "${pkgdir}"/usr/util
-} \ No newline at end of file
+}