summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDrobot Viktor2019-07-29 21:45:27 +0300
committerDrobot Viktor2019-07-29 21:45:27 +0300
commit077e3ad14bc8d5764231a7de77905496460d795a (patch)
tree4cb828a8d4a5a68a27d31efc34d8504ca15fb042 /PKGBUILD
parent07d36cb235cc75ef974d732f5a8c38aa18b9a74c (diff)
downloadaur-077e3ad14bc8d5764231a7de77905496460d795a.tar.gz
Bump to 1.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index f14c3166e0a3..b0c27bff86fc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
-# Contributor: Kibouo <csonka.mihaly@hotmail.com>
-# Contributor: Alex Branham <branham@utexas.edu>
+# Maintainer: Viktor Drobot (aka dviktor) linux776 [at] gmail [dot] com
+
_cranname=markdown
-_cranver=0.9
+_cranver=1.0
_pkgtar=${_cranname}_${_cranver}.tar.gz
pkgname=r-markdown
pkgver=${_cranver//[:-]/.}
@@ -15,7 +15,7 @@ depends=('r' 'r-mime>=0.3')
optdepends=('r-knitr' 'r-rcurl')
source=("https://cran.r-project.org/src/contrib/${_pkgtar}")
-md5sums=('eecc5cce41ffaa3bb0fbede85d59d769')
+md5sums=('18cd558ad494c9ffff482954dae32f18')
build(){
R CMD INSTALL ${_pkgtar} -l $srcdir