summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBioArchLinuxBot2023-06-29 22:58:21 +0000
committerBioArchLinuxBot2023-06-29 22:58:21 +0000
commit81c2b36ed11a08fcd7ef1437f6ccac7aba824efb (patch)
treeb6fe0afe5f78299a20b39f318a14d5ea90b0ed5b /PKGBUILD
parent3c3e049ccfbe5aab8e819a90705c76ba21cf3be9 (diff)
downloadaur-r-downlit.tar.gz
[lilac] updated to 0.4.3-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index a2ac4a6863ae..a1a34efacdf7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: sukanka <su975853527@gmail.com>
_pkgname=downlit
-_pkgver=0.4.2
+_pkgver=0.4.3
pkgname=r-${_pkgname,,}
-pkgver=0.4.2
+pkgver=0.4.3
pkgrel=1
pkgdesc='Syntax Highlighting and Automatic Linking'
arch=('any')
@@ -34,7 +34,7 @@ optdepends=(
r-xml2
)
source=("https://cran.r-project.org/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
-sha256sums=('33dff66909104d1a5ba8e57b1288986e82b61fd5e91dce0cd358d53724b37e3c')
+sha256sums=('6c0fbe98ece8a511973263f8e8a35574df0cfc45edea7452b53b8d326436b3bd')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"