summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBioArchLinuxBot2024-03-26 12:14:59 +0000
committerBioArchLinuxBot2024-03-26 12:14:59 +0000
commit7e49426a4bfbaa4bb4c23680d29b12d09f887977 (patch)
treeb04d85f2d9e96049d97f2f0628813a822d3b7fb7
parentdfc911bd62862787bfd83d7c0451103d2928c4db (diff)
downloadaur-7e49426a4bfbaa4bb4c23680d29b12d09f887977.tar.gz
[lilac] updated to 1.4.2-1
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD14
2 files changed, 12 insertions, 12 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3cae08f4f337..5c4567dddbdb 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,10 +1,10 @@
pkgbase = r-syntenet
pkgdesc = Inference And Analysis Of Synteny Networks
- pkgver = 1.4.0
+ pkgver = 1.4.2
pkgrel = 1
url = https://bioconductor.org/packages/syntenet
arch = x86_64
- license = GPL3
+ license = GPL-3.0-only
checkdepends = r-xml2
makedepends = r-testthat
depends = r-biocparallel
@@ -28,8 +28,8 @@ pkgbase = r-syntenet
optdepends = r-rmarkdown
optdepends = r-testthat
optdepends = r-xml2
- source = https://bioconductor.org/packages/release/bioc/src/contrib/syntenet_1.4.0.tar.gz
- md5sums = ab56b637f74d79cfba3dd6aab80b7ac9
- sha256sums = 023956e4272163608eea70636a88815e86ef214692fe3b3df37988e20d3b2f9c
+ source = https://bioconductor.org/packages/release/bioc/src/contrib/syntenet_1.4.2.tar.gz
+ md5sums = 707c5e37a241e40c0d5c99f3dbbe4a08
+ b2sums = 31fa900433a340eecd3fee9999ca360f9e9df68e76924dc294a458489e13b0536d6767ab55f6a8d7be60fdb3f2c9e3a3ef1e4a00052ee2785b751a4cbc712217
pkgname = r-syntenet
diff --git a/PKGBUILD b/PKGBUILD
index f3d3543633bf..bb36d42825e3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,14 @@
# Maintainer: Pekka Ristola <pekkarr [at] protonmail [dot] com>
_pkgname=syntenet
-_pkgver=1.4.0
+_pkgver=1.4.2
pkgname=r-${_pkgname,,}
pkgver=${_pkgver//-/.}
pkgrel=1
pkgdesc="Inference And Analysis Of Synteny Networks"
arch=(x86_64)
-url="https://bioconductor.org/packages/${_pkgname}"
-license=(GPL3)
+url="https://bioconductor.org/packages/$_pkgname"
+license=('GPL-3.0-only')
depends=(
r-biocparallel
r-biostrings
@@ -41,8 +41,8 @@ optdepends=(
r-xml2
)
source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
-md5sums=('ab56b637f74d79cfba3dd6aab80b7ac9')
-sha256sums=('023956e4272163608eea70636a88815e86ef214692fe3b3df37988e20d3b2f9c')
+md5sums=('707c5e37a241e40c0d5c99f3dbbe4a08')
+b2sums=('31fa900433a340eecd3fee9999ca360f9e9df68e76924dc294a458489e13b0536d6767ab55f6a8d7be60fdb3f2c9e3a3ef1e4a00052ee2785b751a4cbc712217')
prepare() {
# skip tests that cause a coredump
@@ -50,8 +50,8 @@ prepare() {
}
build() {
- mkdir -p build
- R CMD INSTALL "$_pkgname" -l build
+ mkdir build
+ R CMD INSTALL -l build "$_pkgname"
}
check() {