summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGrey Christoforo2019-11-27 11:06:23 +0000
committerGrey Christoforo2019-11-27 11:06:23 +0000
commit542a96be4acd7b0cd2edf7892d9a0627561a631c (patch)
tree02e514c408b48915785687c3074793dd2a42ba21
parent095e1c4b90ce4407a31ef6c14a34563ac4d8fd21 (diff)
downloadaur-542a96be4acd7b0cd2edf7892d9a0627561a631c.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 7d1e4d673b98..edf94b43854a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = r-s4vectors
pkgdesc = S4 implementation of vector-like and list-like objects
- pkgver = 0.20.1
+ pkgver = 0.24.0
pkgrel = 1
url = https://bioconductor.org/packages/release/bioc/html/S4Vectors.html
arch = x86_64
license = Artistic-2.0
depends = r
depends = r-biocgenerics
- source = https://bioconductor.org/packages/release/bioc/src/contrib/S4Vectors_0.20.1.tar.gz
- sha1sums = 55d6783b6feb9fe743c07d8b11d226c47fb336d6
+ source = https://bioconductor.org/packages/release/bioc/src/contrib/S4Vectors_0.24.0.tar.gz
+ sha1sums = 9e96c9ff857ae4243d346b66e9281404dc3292c1
pkgname = r-s4vectors
diff --git a/PKGBUILD b/PKGBUILD
index c4ca5139c2e4..e0cb43a4f03e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Contributor: Grey Christoforo <first name at last name dot net>
pkgname=r-s4vectors
_bc_name=S4Vectors
-pkgver=0.20.1
+pkgver=0.24.0
pkgrel=1
pkgdesc="S4 implementation of vector-like and list-like objects"
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')
source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_bc_name}_${pkgver}.tar.gz")
-sha1sums=('55d6783b6feb9fe743c07d8b11d226c47fb336d6')
+sha1sums=('9e96c9ff857ae4243d346b66e9281404dc3292c1')
package() {
mkdir -p $pkgdir/usr/lib/R/library