summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorCsonka Mihaly2019-05-02 19:20:35 +0200
committerCsonka Mihaly2019-05-02 19:20:35 +0200
commitef2d3344358f4895b717304bb1ef648ed60e70c6 (patch)
treee1281dd0c872640a762819fd0b90813325453407 /PKGBUILD
parent605cafd37ac6a81b6879021191ee74f1b0ccde06 (diff)
downloadaur-ef2d3344358f4895b717304bb1ef648ed60e70c6.tar.gz
Bump version.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 0e8d036f72d0..0314b2ef0e5a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Contributor: Kibouo <csonka.mihaly@hotmail.com>
# Contributor: Alex Branham <alex.branham@gmail.com>
-_cranver=1.6
+_cranver=1.7
pkgname=r-commonmark
pkgver=${_cranver//[:-]/.}
pkgrel=1
@@ -11,7 +11,7 @@ license=('BSD_2_clause + file LICENSE')
depends=('r' )
optdepends=('r-curl')
source=("https://cran.r-project.org/src/contrib/commonmark_"$_cranver".tar.gz")
-md5sums=('a593fa53ddc7194b0053e1a11fec73d9')
+md5sums=('48bf2251862a494d8ee3acde02dce385')
build(){
R CMD INSTALL commonmark_"$_cranver".tar.gz -l "$srcdir"