summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBioArchLinuxBot2022-12-04 18:01:59 +0000
committerBioArchLinuxBot2022-12-04 18:01:59 +0000
commit2f99f03424d069f08d2c475e0d2d1d3d13632cbc (patch)
treeb835bd2738aeea450b2c44b23ef816597a045b3e
parent6b725d5c0eeda5ff987160867bef3dd90d2bdf38 (diff)
downloadaur-2f99f03424d069f08d2c475e0d2d1d3d13632cbc.tar.gz
[lilac] updated to 1.1.3-9
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD3
2 files changed, 3 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8e40f5edfc53..b8162f19e914 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = r-fastmatch
pkgdesc = Fast 'match()' Function
pkgver = 1.1.3
- pkgrel = 4
+ pkgrel = 9
url = https://cran.r-project.org/package=fastmatch
arch = x86_64
license = GPL
diff --git a/PKGBUILD b/PKGBUILD
index 070a82480fbe..b713b6546e26 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,10 +1,11 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
+# Contributor: Robert Greener <me@r0bert.dev>
_pkgname=fastmatch
_pkgver=1.1-3
pkgname=r-${_pkgname,,}
pkgver=1.1.3
-pkgrel=4
+pkgrel=9
pkgdesc="Fast 'match()' Function"
arch=('x86_64')
url="https://cran.r-project.org/package=${_pkgname}"