summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBioArchLinuxBot2022-10-18 12:32:15 +0000
committerBioArchLinuxBot2022-10-18 12:32:15 +0000
commit76bbfd106bd5f9c2e574456a634cff5346100fa7 (patch)
tree53fb14d72856f2c62ff285f001ebe652fbdd6f5e
parent7ccd92c6c18fcb7adbf5e31581b2a378d84d6ed0 (diff)
downloadaur-76bbfd106bd5f9c2e574456a634cff5346100fa7.tar.gz
[lilac] updated to 4.0.5-8
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD3
2 files changed, 3 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index bc6c49269037..44d868ed7945 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = r-bit64
pkgdesc = A S3 Class for Vectors of 64bit Integers
pkgver = 4.0.5
- pkgrel = 5
+ pkgrel = 8
url = https://cran.r-project.org/package=bit64
arch = x86_64
license = GPL
diff --git a/PKGBUILD b/PKGBUILD
index fb38bdc5c11b..a31c1656e834 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=bit64
_pkgver=4.0.5
pkgname=r-${_pkgname,,}
pkgver=4.0.5
-pkgrel=5
+pkgrel=8
pkgdesc='A S3 Class for Vectors of 64bit Integers'
arch=('x86_64')
url="https://cran.r-project.org/package=${_pkgname}"