summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBioArchLinuxBot2022-10-18 12:13:06 +0000
committerBioArchLinuxBot2022-10-18 12:13:06 +0000
commit3b55b77eb1364e3b84e03271ffd2b1d54210304a (patch)
treeb62ab6f4ca64e186fa49427be269112f73c6c7a2
parentbaacffddbf2edb56e139b3cdcdb786458f44dbe5 (diff)
downloadaur-3b55b77eb1364e3b84e03271ffd2b1d54210304a.tar.gz
[lilac] updated to 1.2.4-10
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD3
2 files changed, 3 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 400fe9d39da0..0d773803f220 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = r-formula
pkgdesc = Extended Model Formulas
pkgver = 1.2.4
- pkgrel = 4
+ pkgrel = 10
url = https://cran.r-project.org/package=Formula
arch = any
license = GPL
diff --git a/PKGBUILD b/PKGBUILD
index a3a5a675f128..79b4adb211c9 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
_pkgver=1.2-4
pkgname=r-${_pkgname,,}
pkgver=1.2.4
-pkgrel=4
+pkgrel=10
pkgdesc='Extended Model Formulas'
arch=('any')
url="https://cran.r-project.org/package=${_pkgname}"