summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBioArchLinuxBot2024-03-16 06:02:53 +0000
committerBioArchLinuxBot2024-03-16 06:02:53 +0000
commit39886e8d48d24c295b0346623fa011676e307e17 (patch)
tree0b1bd734e1689923bd28573cfd37053b3b76ca6e
parentc9441f31c6e1f3cfefee3c8766f346ec668859f9 (diff)
downloadaur-39886e8d48d24c295b0346623fa011676e307e17.tar.gz
[lilac] updated to 0.50-1
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD14
2 files changed, 11 insertions, 11 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c70ac0edf025..d83808209171 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = r-tinytex
pkgdesc = Helper Functions to Install and Maintain TeX Live, and Compile LaTeX Documents
- pkgver = 0.49
+ pkgver = 0.50
pkgrel = 1
url = https://cran.r-project.org/package=tinytex
arch = any
@@ -9,8 +9,8 @@ pkgbase = r-tinytex
depends = r-xfun
optdepends = r-rstudioapi
optdepends = r-testit
- source = https://cran.r-project.org/src/contrib/tinytex_0.49.tar.gz
- md5sums = 0e44e8589e71a5257ddac72c5113e440
- sha256sums = 941169ec65445d172658d0fb6ea8d839736f3f1b5f6ce20637d7d8e299663145
+ source = https://cran.r-project.org/src/contrib/tinytex_0.50.tar.gz
+ md5sums = d82bbbf55cbc746ca1ba74fedf9ee27b
+ b2sums = 00afc360d41659035052a143889ed69d34bac22f13e3cf924b29638ad5f49f098e5bbb689d7b95534f4e6964061e27883f39da07bcff8b3328dce32f8f8666ed
pkgname = r-tinytex
diff --git a/PKGBUILD b/PKGBUILD
index bca3301177f8..7522486ca0fa 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,14 +6,14 @@
# Contributor: Alex Branham <branham@utexas.edu>
_pkgname=tinytex
-_pkgver=0.49
+_pkgver=0.50
pkgname=r-${_pkgname,,}
pkgver=${_pkgver//-/.}
pkgrel=1
pkgdesc="Helper Functions to Install and Maintain TeX Live, and Compile LaTeX Documents"
arch=(any)
-url="https://cran.r-project.org/package=${_pkgname}"
-license=(MIT)
+url="https://cran.r-project.org/package=$_pkgname"
+license=('MIT')
depends=(
r-xfun
)
@@ -25,12 +25,12 @@ optdepends=(
r-testit
)
source=("https://cran.r-project.org/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
-md5sums=('0e44e8589e71a5257ddac72c5113e440')
-sha256sums=('941169ec65445d172658d0fb6ea8d839736f3f1b5f6ce20637d7d8e299663145')
+md5sums=('d82bbbf55cbc746ca1ba74fedf9ee27b')
+b2sums=('00afc360d41659035052a143889ed69d34bac22f13e3cf924b29638ad5f49f098e5bbb689d7b95534f4e6964061e27883f39da07bcff8b3328dce32f8f8666ed')
build() {
- mkdir -p build
- R CMD INSTALL "$_pkgname" -l build
+ mkdir build
+ R CMD INSTALL -l build "$_pkgname"
}
check() {