summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBioArchLinuxBot2024-04-26 13:46:11 +0000
committerBioArchLinuxBot2024-04-26 13:46:11 +0000
commit1270ec9b672b0e086de26abc85087a485b40c2cc (patch)
tree07deed894faae9e9464fc78b5927b193a28a5f7f
parent84b7857205a5c90b8f9d7f7d70d0813cbed59d8e (diff)
downloadaur-1270ec9b672b0e086de26abc85087a485b40c2cc.tar.gz
[lilac] updated to 1.2.0-2
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD12
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c8fa9af10ea1..ab71824ad7a4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = r-alabaster.ranges
pkgdesc = Load and Save Ranges-related Artifacts from File
pkgver = 1.2.0
- pkgrel = 1
+ pkgrel = 2
url = https://bioconductor.org/packages/alabaster.ranges
arch = any
license = MIT
@@ -18,6 +18,6 @@ pkgbase = r-alabaster.ranges
optdepends = r-testthat
source = https://bioconductor.org/packages/release/bioc/src/contrib/alabaster.ranges_1.2.0.tar.gz
md5sums = af5d849080999b0167cc39fc182721e9
- sha256sums = 6d14edde9d7563eec0846119f922eb4193c5bcccc9439ce82df9fdac34b1c65c
+ b2sums = 3a71d6e69bad8e04080a6b3cc27efac3db9fe66a1a621ae20ad9120cd12309e91c1523ec985d3d520d00c776dcd3a1234c6be82e57c19bd17b3cb5bd4ee35708
pkgname = r-alabaster.ranges
diff --git a/PKGBUILD b/PKGBUILD
index 546eac1fbb49..9835f6b4f7d0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,11 +4,11 @@ _pkgname=alabaster.ranges
_pkgver=1.2.0
pkgname=r-${_pkgname,,}
pkgver=${_pkgver//-/.}
-pkgrel=1
+pkgrel=2
pkgdesc="Load and Save Ranges-related Artifacts from File"
arch=(any)
-url="https://bioconductor.org/packages/${_pkgname}"
-license=(MIT)
+url="https://bioconductor.org/packages/$_pkgname"
+license=('MIT')
depends=(
r-alabaster.base
r-biocgenerics
@@ -28,11 +28,11 @@ optdepends=(
)
source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
md5sums=('af5d849080999b0167cc39fc182721e9')
-sha256sums=('6d14edde9d7563eec0846119f922eb4193c5bcccc9439ce82df9fdac34b1c65c')
+b2sums=('3a71d6e69bad8e04080a6b3cc27efac3db9fe66a1a621ae20ad9120cd12309e91c1523ec985d3d520d00c776dcd3a1234c6be82e57c19bd17b3cb5bd4ee35708')
build() {
- mkdir -p build
- R CMD INSTALL "$_pkgname" -l build
+ mkdir build
+ R CMD INSTALL -l build "$_pkgname"
}
check() {