summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBioArchLinuxBot2024-04-27 20:27:40 +0000
committerBioArchLinuxBot2024-04-27 20:27:40 +0000
commit2c53c1108f32808609730d14000ba39cb5554a75 (patch)
tree292433e511799b81ddbc95a7b6bdf505cd1dc0b9
parent8776745f87e8895857065c40679bc021d89532ef (diff)
downloadaur-2c53c1108f32808609730d14000ba39cb5554a75.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 e5ba11d4ef26..58cdac9ea45c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,10 +1,10 @@
pkgbase = r-motif2site
pkgdesc = Detect binding sites from motifs and ChIP-seq experiments, and compare binding sites across conditions
pkgver = 1.6.0
- pkgrel = 1
+ pkgrel = 3
url = https://bioconductor.org/packages/Motif2Site
arch = any
- license = GPL2
+ license = GPL-2.0-only
depends = r-biocgenerics
depends = r-biostrings
depends = r-bsgenome
@@ -24,6 +24,6 @@ pkgbase = r-motif2site
optdepends = r-rmarkdown
source = https://bioconductor.org/packages/release/bioc/src/contrib/Motif2Site_1.6.0.tar.gz
md5sums = e8228f1deb42f2d4b3867a90a6eba14c
- sha256sums = 04c6adcdc516e572a34c2842cb61b3929b1e9b97458cbd39260d047f874bc568
+ b2sums = e097ee487105a591cd2ca279e104c7235b6abfec99c3ea15631701e9d41d07bc1a3fe96a69c493f561f242e33eb284f13daaccd7c3e8dcf4ec8b452d1bc888f5
pkgname = r-motif2site
diff --git a/PKGBUILD b/PKGBUILD
index 2f460117ffb1..4bdcb4ad957d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,11 +4,11 @@ _pkgname=Motif2Site
_pkgver=1.6.0
pkgname=r-${_pkgname,,}
pkgver=${_pkgver//-/.}
-pkgrel=1
+pkgrel=3
pkgdesc="Detect binding sites from motifs and ChIP-seq experiments, and compare binding sites across conditions"
arch=(any)
-url="https://bioconductor.org/packages/${_pkgname}"
-license=(GPL2)
+url="https://bioconductor.org/packages/$_pkgname"
+license=('GPL-2.0-only')
depends=(
r-biocgenerics
r-biostrings
@@ -32,11 +32,11 @@ optdepends=(
)
source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
md5sums=('e8228f1deb42f2d4b3867a90a6eba14c')
-sha256sums=('04c6adcdc516e572a34c2842cb61b3929b1e9b97458cbd39260d047f874bc568')
+b2sums=('e097ee487105a591cd2ca279e104c7235b6abfec99c3ea15631701e9d41d07bc1a3fe96a69c493f561f242e33eb284f13daaccd7c3e8dcf4ec8b452d1bc888f5')
build() {
- mkdir -p build
- R CMD INSTALL "$_pkgname" -l build
+ mkdir build
+ R CMD INSTALL -l build "$_pkgname"
}
package() {