summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGrey Christoforo2019-11-27 11:22:21 +0000
committerGrey Christoforo2019-11-27 11:22:21 +0000
commit383b3f01c36763ae64dc0863d9abcf48f1646063 (patch)
tree82a62ad25eab97ade5051271532b278d9caea732
parent339f605096497cc0adb97930171b604122318b9c (diff)
downloadaur-383b3f01c36763ae64dc0863d9abcf48f1646063.tar.gz
bump version
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 52f588ee63c6..366b91fabafa 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = r-genomicranges
pkgdesc = Representation and manipulation of genomic intervals and variables defined along a genome
- pkgver = 1.34.0
+ pkgver = 1.38.0
pkgrel = 1
url = https://bioconductor.org/packages/release/bioc/html/GenomicRanges.html
arch = x86_64
@@ -10,8 +10,8 @@ pkgbase = r-genomicranges
depends = r-s4vectors
depends = r-iranges
depends = r-genomeinfodb
- source = https://bioconductor.org/packages/release/bioc/src/contrib/GenomicRanges_1.34.0.tar.gz
- sha1sums = 8c5b4e1bbaa6908145514e3ef2c725789a43395d
+ source = https://bioconductor.org/packages/release/bioc/src/contrib/GenomicRanges_1.38.0.tar.gz
+ sha1sums = 6f91ff141e94be81671131f3cd0f5569e3635f26
pkgname = r-genomicranges
diff --git a/PKGBUILD b/PKGBUILD
index 45b819e67bf6..620bde44d508 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Contributor: Grey Christoforo <first name at last name dot net>
pkgname=r-genomicranges
_bc_name=GenomicRanges
-pkgver=1.34.0
+pkgver=1.38.0
pkgrel=1
pkgdesc="Representation and manipulation of genomic intervals and variables defined along a genome"
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-biocgenerics' 'r-s4vectors' 'r-iranges' 'r-genomeinfodb')
source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_bc_name}_${pkgver}.tar.gz")
-sha1sums=('8c5b4e1bbaa6908145514e3ef2c725789a43395d')
+sha1sums=('6f91ff141e94be81671131f3cd0f5569e3635f26')
package() {
mkdir -p $pkgdir/usr/lib/R/library