summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBioArchLinuxBot2022-11-26 12:01:46 +0000
committerBioArchLinuxBot2022-11-26 12:01:46 +0000
commita5bdbdf86f3382b0637db7342e42a805bc4df3fb (patch)
treee7a2832c94b2c3617819db4ba3e68a8217ce487e
parenta4770d58e2a08a736eaf893d79628d237de72a56 (diff)
downloadaur-a5bdbdf86f3382b0637db7342e42a805bc4df3fb.tar.gz
[lilac] updated to 2.2.2-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD8
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2204da2e6e01..460a2d788a32 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,12 @@
pkgbase = r-htm2txt
pkgdesc = Convert Html into Text
- pkgver = 2.2.1
+ pkgver = 2.2.2
pkgrel = 1
url = https://cran.r-project.org/package=htm2txt
arch = any
license = GPL
depends = r
- source = https://cran.r-project.org/src/contrib/Archive/htm2txt/htm2txt_2.2.1.tar.gz
- sha256sums = b6e45130a32c017c9aeb378b76e5f7d70d9a15d9c9979c0da47507433d877068
+ source = https://cran.r-project.org/src/contrib/htm2txt_2.2.2.tar.gz
+ sha256sums = a077c4c5c055033441a8f1425a0ec2cd497b85930f3bf99715ed738227db0338
pkgname = r-htm2txt
diff --git a/PKGBUILD b/PKGBUILD
index 0493ba146aad..cdbefea86067 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=htm2txt
-_pkgver=2.2.1
+_pkgver=2.2.2
pkgname=r-${_pkgname,,}
-pkgver=2.2.1
+pkgver=2.2.2
pkgrel=1
pkgdesc='Convert Html into Text'
arch=('any')
@@ -12,8 +12,8 @@ license=('GPL')
depends=(
r
)
-source=("https://cran.r-project.org/src/contrib/Archive/${_pkgname}/${_pkgname}_${_pkgver}.tar.gz")
-sha256sums=('b6e45130a32c017c9aeb378b76e5f7d70d9a15d9c9979c0da47507433d877068')
+source=("https://cran.r-project.org/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
+sha256sums=('a077c4c5c055033441a8f1425a0ec2cd497b85930f3bf99715ed738227db0338')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"