summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGrey Christoforo2019-02-17 14:29:22 +0000
committerGrey Christoforo2019-02-17 14:29:22 +0000
commita4e4cfd55f58def90d7e5c19010e6231f5c44461 (patch)
treee1347d4c0e33c889691f5eed5f76767b02aa11c9
parentae61865d5478518454bed647ff938f09f8c5b025 (diff)
downloadaur-a4e4cfd55f58def90d7e5c19010e6231f5c44461.tar.gz
version bump
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2493013a1133..5e6cb73995c6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = r-genomeinfodb
pkgdesc = Utilities for manipulating chromosome and other 'seqname' identifiers
- pkgver = 1.18.1
+ pkgver = 1.18.2
pkgrel = 1
url = https://bioconductor.org/packages/release/bioc/html/GenomeInfoDb.html
arch = x86_64
@@ -11,8 +11,8 @@ pkgbase = r-genomeinfodb
depends = r-biocgenerics
depends = r-s4vectors
depends = r-rcurl
- source = https://bioconductor.org/packages/release/bioc/src/contrib/GenomeInfoDb_1.18.1.tar.gz
- sha1sums = f198689ea484eb0dcb353a74d868638635dc4eae
+ source = https://bioconductor.org/packages/release/bioc/src/contrib/GenomeInfoDb_1.18.2.tar.gz
+ sha1sums = 011ce8d8f8927d613567f9fd2722efafb2d766d4
pkgname = r-genomeinfodb
diff --git a/PKGBUILD b/PKGBUILD
index 8e68371115ce..f6b2231825bb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Contributor: Grey Christoforo <first name at last name dot net>
pkgname=r-genomeinfodb
_bc_name=GenomeInfoDb
-pkgver=1.18.1
+pkgver=1.18.2
pkgrel=1
pkgdesc="Utilities for manipulating chromosome and other 'seqname' identifiers"
url="https://bioconductor.org/packages/release/bioc/html/${_bc_name}.html"
@@ -9,7 +9,7 @@ arch=("x86_64")
license=('Artistic-2.0')
depends=('r' 'r-genomeinfodbdata' 'r-iranges' 'r-biocgenerics' 'r-s4vectors' 'r-rcurl')
source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_bc_name}_${pkgver}.tar.gz")
-sha1sums=('f198689ea484eb0dcb353a74d868638635dc4eae')
+sha1sums=('011ce8d8f8927d613567f9fd2722efafb2d766d4')
package() {
mkdir -p $pkgdir/usr/lib/R/library