summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorViktor Drobot2020-05-26 16:48:33 +0300
committerViktor Drobot2020-05-26 16:48:33 +0300
commitcb3e72fe9ee74129288301bd8ec3ff3ce9ecb451 (patch)
treeb2d2c82ec74f0753257d39a7ff34df99b3c5264e
parent2a593f941bc70edd08eb5164faa142f00d0b4792 (diff)
downloadaur-cb3e72fe9ee74129288301bd8ec3ff3ce9ecb451.tar.gz
Update URL
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f03bcb6c1d4d..635977e7a904 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -2,7 +2,7 @@ pkgbase = r-genomeinfodbdata
pkgdesc = Species and taxonomy ID look up tables used by GenomeInfoDb
pkgver = 1.2.3
pkgrel = 1
- url = https://bioconductor.org/packages/release/bioc/html/GenomeInfoDbData.html
+ url = https://bioconductor.org/packages/release/data/annotation/html/GenomeInfoDbData.html
arch = any
license = Artistic-2.0
depends = r>=3.5.0
diff --git a/PKGBUILD b/PKGBUILD
index ddb02243900a..f7211da7eeae 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ pkgver=${_bcver//[:-]/.}
pkgrel=1
pkgdesc="Species and taxonomy ID look up tables used by GenomeInfoDb"
arch=(any)
-url="https://bioconductor.org/packages/release/bioc/html/${_bcname}.html"
+url="https://bioconductor.org/packages/release/data/annotation/html/${_bcname}.html"
license=(Artistic-2.0)
depends=('r>=3.5.0')
source=("https://bioconductor.org/packages/release/data/annotation/src/contrib/${_bcname}_${_bcver}.tar.gz")