summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBioArchLinuxBot2022-06-08 12:05:04 +0000
committerBioArchLinuxBot2022-06-08 12:05:04 +0000
commit50b183fc3abb64c32e9de6b63afa7779d25e651a (patch)
treeb1f2536cab87aab32ee0c33aa934d9f8474c1706
parent4e5fa860e951740fac6ed574507936050c69b65a (diff)
downloadaur-50b183fc3abb64c32e9de6b63afa7779d25e651a.tar.gz
[lilac] updated to 1.56.0-1
-rw-r--r--.SRCINFO9
-rw-r--r--PKGBUILD14
2 files changed, 14 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6ef6891d15c0..1a393d008076 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,10 +1,11 @@
pkgbase = r-slgi
pkgdesc = Synthetic Lethal Genetic Interaction
- pkgver = 1.54.0
- pkgrel = 3
+ pkgver = 1.56.0
+ pkgrel = 1
url = https://bioconductor.org/packages/SLGI
arch = any
license = Artistic2.0
+ makedepends = git
depends = r
depends = r-annotationdbi
depends = r-biobase
@@ -13,7 +14,7 @@ pkgbase = r-slgi
depends = r-scisi
optdepends = r-go.db
optdepends = r-org.sc.sgd.db
- source = https://bioconductor.org/packages/release/bioc/src/contrib/SLGI_1.54.0.tar.gz
- sha256sums = 3a23957fbd9a5f0cee491cbeb6985a611b5550a2868d73dcd03e1332096e5c0e
+ source = git+https://git.bioconductor.org/packages/SLGI
+ sha256sums = SKIP
pkgname = r-slgi
diff --git a/PKGBUILD b/PKGBUILD
index 19c4c829e6e3..36d2aff25a1a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,10 +1,10 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=SLGI
-_pkgver=1.54.0
+_pkgver=1.56.0
pkgname=r-${_pkgname,,}
-pkgver=1.54.0
-pkgrel=3
+pkgver=1.56.0
+pkgrel=1
pkgdesc='Synthetic Lethal Genetic Interaction'
arch=('any')
url="https://bioconductor.org/packages/${_pkgname}"
@@ -21,10 +21,14 @@ optdepends=(
r-go.db
r-org.sc.sgd.db
)
-source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
-sha256sums=('3a23957fbd9a5f0cee491cbeb6985a611b5550a2868d73dcd03e1332096e5c0e')
+makedepends=(
+ git
+)
+source=("git+https://git.bioconductor.org/packages/${_pkgname}")
+sha256sums=('SKIP')
build() {
+ tar -zcvf ${_pkgname}_${_pkgver}.tar.gz ${_pkgname}
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"
}