summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristoph Fink2023-03-21 18:27:03 +0200
committerChristoph Fink2023-03-21 18:27:03 +0200
commit6e636e29da9a2587c38283be6d4fab5c7bdba6da (patch)
tree12ee5f53aac43e4412d739a794d65388be675d12
parentfc629e2132a9bfc3b4183fbd8feb815d2e70f8a7 (diff)
downloadaur-6e636e29da9a2587c38283be6d4fab5c7bdba6da.tar.gz
upgpkg: r-genomeinfodbdata 1.2.9-2
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD8
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5e9a773ee2b7..a764384637cf 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,10 +1,10 @@
pkgbase = r-genomeinfodbdata
pkgdesc = Species and taxonomy ID look up tables used by GenomeInfoDb
pkgver = 1.2.9
- pkgrel = 1
+ pkgrel = 2
url = https://bioconductor.org/packages/release/data/annotation/html/GenomeInfoDbData.html
arch = any
- license = Artistic-2.0
+ license = Artistic2.0
depends = r>=3.5.0
source = https://bioconductor.org/packages/release/data/annotation/src/contrib/GenomeInfoDbData_1.2.9.tar.gz
sha256sums = e63a719a8eceefeda39fc95de83e7aa41caad39705efc712a44ab4021adc45fa
diff --git a/PKGBUILD b/PKGBUILD
index ee7c19249121..4b56a2955c96 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,11 +6,11 @@ _bcname=GenomeInfoDbData
_bcver=1.2.9
pkgname=r-${_bcname,,}
pkgver=${_bcver//[:-]/.}
-pkgrel=1
+pkgrel=2
pkgdesc="Species and taxonomy ID look up tables used by GenomeInfoDb"
arch=(any)
url="https://bioconductor.org/packages/release/data/annotation/html/${_bcname}.html"
-license=(Artistic-2.0)
+license=(Artistic2.0)
depends=('r>=3.5.0')
source=("https://bioconductor.org/packages/release/data/annotation/src/contrib/${_bcname}_${_bcver}.tar.gz")
sha256sums=('e63a719a8eceefeda39fc95de83e7aa41caad39705efc712a44ab4021adc45fa')
@@ -23,7 +23,7 @@ package() {
install -dm0755 "${pkgdir}/usr/lib/R/library"
cp -a --no-preserve=ownership "${_bcname}" "${pkgdir}/usr/lib/R/library"
- if [[ -f "${_cranname}/LICENSE" ]]; then
- install -Dm0644 "${_cranname}/LICENSE" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+ if [[ -f "${_bcname}/LICENSE" ]]; then
+ install -Dm0644 "${_bcname}/LICENSE" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
fi
}