summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-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}"