summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBioArchLinuxBot2022-10-18 12:33:10 +0000
committerBioArchLinuxBot2022-10-18 12:33:10 +0000
commit664027e104aead191dac02e2d94e1116e6f99a16 (patch)
treef26797a76294327399c9b51753a2529607a83812
parentc5f352aeb4767e988901febb23b291fc0c182e50 (diff)
downloadaur-r-rex.tar.gz
[lilac] updated to 1.2.1-7
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9a7476af72c6..7c7d73c12e8c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = r-rex
pkgdesc = Friendly Regular Expressions
pkgver = 1.2.1
- pkgrel = 4
+ pkgrel = 7
url = https://cran.r-project.org/package=rex
arch = any
license = MIT
diff --git a/PKGBUILD b/PKGBUILD
index 177352946712..e0e38735df58 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,10 +1,12 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
+# Contributor: Viktor Drobot (aka dviktor) linux776 [at] gmail [dot] com
+# Contributor: Alex Branham <branham@utexas.edu>
_pkgname=rex
_pkgver=1.2.1
pkgname=r-${_pkgname,,}
pkgver=1.2.1
-pkgrel=4
+pkgrel=7
pkgdesc='Friendly Regular Expressions'
arch=('any')
url="https://cran.r-project.org/package=${_pkgname}"