mirror of
https://github.com/BioArchLinux/Packages.git
synced 2025-03-10 12:02:42 +00:00
r-commonmark: auto updated to 1.9.2-1
This commit is contained in:
parent
26297ff51d
commit
2836293ed9
1 changed files with 4 additions and 4 deletions
|
@ -5,10 +5,10 @@
|
|||
# Contributor: Alex Branham <alex.branham@gmail.com>
|
||||
|
||||
_pkgname=commonmark
|
||||
_pkgver=1.9.1
|
||||
_pkgver=1.9.2
|
||||
pkgname=r-${_pkgname,,}
|
||||
pkgver=${_pkgver//-/.}
|
||||
pkgrel=2
|
||||
pkgrel=1
|
||||
pkgdesc="High Performance CommonMark and Github Markdown Rendering in R"
|
||||
arch=(x86_64)
|
||||
url="https://cran.r-project.org/package=$_pkgname"
|
||||
|
@ -28,9 +28,9 @@ optdepends=(
|
|||
)
|
||||
source=("https://cran.r-project.org/src/contrib/${_pkgname}_${_pkgver}.tar.gz"
|
||||
"system-cmark-gfm.patch")
|
||||
md5sums=('c95e6412ef2937d110128f35fd85be78'
|
||||
md5sums=('02c2b4ba170610b672092708a39fa479'
|
||||
'31357c9e94c77a617485e752ead93868')
|
||||
b2sums=('0e419756209153ce68a7a24d3c71230238f803b92396464324e83bbddbd90f354b220afd9e33ebe2e1fee9dcb4c860084b96a523e68d6ae9e4062d73501eb0ee'
|
||||
b2sums=('b9ffda0e5413cc60b66be37a547dba956b1c2883b4cb99ae4dc03b99f881fe4535568dd052322c97983784fd3cf0ae669e43e501c429d5156c84dc92206f3b6e'
|
||||
'02fda554b3d786bab69b214e1281da56968dc943cd1ebda829576b6858e2c6167b2415f878c66bb7f6091d3581636d0135e8cd2f5afba99f9141c07aacbba686')
|
||||
|
||||
prepare() {
|
||||
|
|
Loading…
Add table
Reference in a new issue