summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBioArchLinuxBot2022-10-18 12:45:22 +0000
committerBioArchLinuxBot2022-10-18 12:45:22 +0000
commit94d38fbf6b0e907200078cc4150918103249245d (patch)
tree1e57ee6d885c121d4535b5ae5c4692896f30e01c
parent68b1b9c3c645dbeb1f56d3984efadd50e325614c (diff)
downloadaur-94d38fbf6b0e907200078cc4150918103249245d.tar.gz
[lilac] updated to 1.7.1-7
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD3
2 files changed, 3 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f4cffd783260..c87ee33f0574 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = r-formula.tools
pkgdesc = Programmatic Utilities for Manipulating Formulas, Expressions, Calls, Assignments and Other R Objects
pkgver = 1.7.1
- pkgrel = 4
+ pkgrel = 7
url = https://cran.r-project.org/package=formula.tools
arch = any
license = GPL
diff --git a/PKGBUILD b/PKGBUILD
index b117265ee539..ffb57d3999da 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,10 +1,11 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
+# Contributor: Viktor Drobot (aka dviktor) linux776 [at] gmail [dot] com
_pkgname=formula.tools
_pkgver=1.7.1
pkgname=r-${_pkgname,,}
pkgver=1.7.1
-pkgrel=4
+pkgrel=7
pkgdesc='Programmatic Utilities for Manipulating Formulas, Expressions, Calls, Assignments and Other R Objects'
arch=('any')
url="https://cran.r-project.org/package=${_pkgname}"