summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBioArchLinuxBot2024-04-02 00:02:00 +0000
committerBioArchLinuxBot2024-04-02 00:02:00 +0000
commitb48354068971d8c4fa3db018ce1245d9909872af (patch)
treeb28a8837b4d5e9dc2fe6e0f99e3f96c82b55b38d
parent5b3d5d3794d664722ac1daaef3c45506c60f78a9 (diff)
downloadaur-b48354068971d8c4fa3db018ce1245d9909872af.tar.gz
[lilac] updated to 1.7.5-1
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD8
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5a4c1d3a1861..dc733cad6c92 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = r-textshape
pkgdesc = Tools for Reshaping Text
- pkgver = 1.7.3
- pkgrel = 4
+ pkgver = 1.7.5
+ pkgrel = 1
url = https://cran.r-project.org/package=textshape
arch = any
license = GPL
@@ -10,7 +10,7 @@ pkgbase = r-textshape
depends = r-slam
depends = r-stringi
optdepends = r-testthat
- source = https://cran.r-project.org/src/contrib/textshape_1.7.3.tar.gz
- sha256sums = ba9ddfc0bc41501594fa98a09ef2808b6da7de69cfb7c3f2c542bee9bbb4314d
+ source = https://cran.r-project.org/src/contrib/textshape_1.7.5.tar.gz
+ sha256sums = de45cf4b95a3c11a18a72cfe9e6a8e09962429d71afbc9635088c34c5e1b29bc
pkgname = r-textshape
diff --git a/PKGBUILD b/PKGBUILD
index c5e2b3e7db7f..97fcbe444796 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,10 +1,10 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=textshape
-_pkgver=1.7.3
+_pkgver=1.7.5
pkgname=r-${_pkgname,,}
-pkgver=1.7.3
-pkgrel=4
+pkgver=1.7.5
+pkgrel=1
pkgdesc='Tools for Reshaping Text'
arch=('any')
url="https://cran.r-project.org/package=${_pkgname}"
@@ -19,7 +19,7 @@ optdepends=(
r-testthat
)
source=("https://cran.r-project.org/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
-sha256sums=('ba9ddfc0bc41501594fa98a09ef2808b6da7de69cfb7c3f2c542bee9bbb4314d')
+sha256sums=('de45cf4b95a3c11a18a72cfe9e6a8e09962429d71afbc9635088c34c5e1b29bc')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"