summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBioArchLinuxBot2024-04-26 16:50:38 +0000
committerBioArchLinuxBot2024-04-26 16:50:38 +0000
commit9250aab87c88f34cd904d2e45ccdd60d653ce92d (patch)
tree6d8db0f78292ce748d528f7110adcd3dc2843a36
parent638ff835376211111ea0b0967a75fdec44aa71a8 (diff)
downloadaur-9250aab87c88f34cd904d2e45ccdd60d653ce92d.tar.gz
[lilac] updated to 1.4.0-2
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD12
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index cdcbe407724a..35f8ab95e8f6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = r-hicontactsdata
pkgdesc = HiContacts companion data package
pkgver = 1.4.0
- pkgrel = 1
+ pkgrel = 2
url = https://bioconductor.org/packages/HiContactsData
arch = any
license = MIT
@@ -15,6 +15,6 @@ pkgbase = r-hicontactsdata
optdepends = r-testthat
source = https://bioconductor.org/packages/release/data/experiment/src/contrib/HiContactsData_1.4.0.tar.gz
md5sums = bcd518f48342168f7a814a442cf9564c
- sha256sums = f1f4acf52f10be3093fad7a8d674a648d656c7648f67b9f811cfd8757e0e291e
+ b2sums = 00f112190e63f5719c1c2ff41175581f70b2be9bf58e7102c2e56510c020f69a59f256339b8b20574af8f271bb2b82ddf37e7c4e317f379a06469ab5fc37f747
pkgname = r-hicontactsdata
diff --git a/PKGBUILD b/PKGBUILD
index 7b01e945b540..1a13f270eb89 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,11 +4,11 @@ _pkgname=HiContactsData
_pkgver=1.4.0
pkgname=r-${_pkgname,,}
pkgver=${_pkgver//-/.}
-pkgrel=1
+pkgrel=2
pkgdesc="HiContacts companion data package"
arch=(any)
-url="https://bioconductor.org/packages/${_pkgname}"
-license=(MIT)
+url="https://bioconductor.org/packages/$_pkgname"
+license=('MIT')
depends=(
r-annotationhub
r-biocfilecache
@@ -25,11 +25,11 @@ optdepends=(
)
source=("https://bioconductor.org/packages/release/data/experiment/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
md5sums=('bcd518f48342168f7a814a442cf9564c')
-sha256sums=('f1f4acf52f10be3093fad7a8d674a648d656c7648f67b9f811cfd8757e0e291e')
+b2sums=('00f112190e63f5719c1c2ff41175581f70b2be9bf58e7102c2e56510c020f69a59f256339b8b20574af8f271bb2b82ddf37e7c4e317f379a06469ab5fc37f747')
build() {
- mkdir -p build
- R CMD INSTALL "$_pkgname" -l build
+ mkdir build
+ R CMD INSTALL -l build "$_pkgname"
}
check() {