summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBioArchLinuxBot2024-04-26 17:52:07 +0000
committerBioArchLinuxBot2024-04-26 17:52:07 +0000
commitbc1b89a3a9880c9d4bc8b01644defe30a2900422 (patch)
tree80651c604b9ad7ab79e1583ee2ed017245f725ad
parent7b5eaac97197b03faf970795c91ece3f47194c97 (diff)
downloadaur-bc1b89a3a9880c9d4bc8b01644defe30a2900422.tar.gz
[lilac] updated to 1.6.0-3
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD12
2 files changed, 9 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1d23b817f9cd..78c35228dec6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,10 +1,10 @@
pkgbase = r-msa2dist
pkgdesc = MSA2dist calculates pairwise distances between all sequences of a DNAStringSet or a AAStringSet using a custom score matrix and conducts codon based analysis
pkgver = 1.6.0
- pkgrel = 1
+ pkgrel = 3
url = https://bioconductor.org/packages/MSA2dist
arch = x86_64
- license = GPL3
+ license = GPL-3.0-only
checkdepends = r-testthat
makedepends = r-rcppthread
depends = r-ape
@@ -29,6 +29,6 @@ pkgbase = r-msa2dist
optdepends = r-testthat
source = https://bioconductor.org/packages/release/bioc/src/contrib/MSA2dist_1.6.0.tar.gz
md5sums = 8a0d1c303af72c93a1810488010c2e6f
- sha256sums = 3a2cb8cfd1af85866df1ff9b8d8f33a0b691600353e5201853a9b3956e362df8
+ b2sums = 158153791f951596afa798d2892d6c0f14c15e1afd230129cd4593f6a6ba17ba492ec06e84fe12fec56f3d85c649bad3b0a7cd45d4f37d5853420e37fbced8ac
pkgname = r-msa2dist
diff --git a/PKGBUILD b/PKGBUILD
index 0ccc8dd8fea5..88bc0803a0e7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,11 +4,11 @@ _pkgname=MSA2dist
_pkgver=1.6.0
pkgname=r-${_pkgname,,}
pkgver=${_pkgver//-/.}
-pkgrel=1
+pkgrel=3
pkgdesc="MSA2dist calculates pairwise distances between all sequences of a DNAStringSet or a AAStringSet using a custom score matrix and conducts codon based analysis"
arch=(x86_64)
-url="https://bioconductor.org/packages/${_pkgname}"
-license=(GPL3)
+url="https://bioconductor.org/packages/$_pkgname"
+license=('GPL-3.0-only')
depends=(
r-ape
r-biostrings
@@ -41,11 +41,11 @@ optdepends=(
)
source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
md5sums=('8a0d1c303af72c93a1810488010c2e6f')
-sha256sums=('3a2cb8cfd1af85866df1ff9b8d8f33a0b691600353e5201853a9b3956e362df8')
+b2sums=('158153791f951596afa798d2892d6c0f14c15e1afd230129cd4593f6a6ba17ba492ec06e84fe12fec56f3d85c649bad3b0a7cd45d4f37d5853420e37fbced8ac')
build() {
- mkdir -p build
- R CMD INSTALL "$_pkgname" -l build
+ mkdir build
+ R CMD INSTALL -l build "$_pkgname"
}
check() {