summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBioArchLinuxBot2023-12-09 18:01:45 +0000
committerBioArchLinuxBot2023-12-09 18:01:45 +0000
commit6cbad17112f4f75033761afd56e9517deb70e0b7 (patch)
tree7feb8ef8659e5194404c3a805bbb65d46ee3aa2d
parent7918195b41b543d34bc1f59fc62f10700a2c2f2e (diff)
downloadaur-6cbad17112f4f75033761afd56e9517deb70e0b7.tar.gz
[lilac] updated to 0.0.4-1
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 78e2cb47d1d2..8e598fe01339 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = r-rcppint64
pkgdesc = 'Rcpp'-Based Helper Functions to Pass 'Int64' and 'nanotime' Values Between 'R' and 'C++'
- pkgver = 0.0.3
+ pkgver = 0.0.4
pkgrel = 1
url = https://cran.r-project.org/package=RcppInt64
arch = x86_64
@@ -12,8 +12,8 @@ pkgbase = r-rcppint64
optdepends = r-bit64
optdepends = r-nanotime
optdepends = r-tinytest
- source = https://cran.r-project.org/src/contrib/RcppInt64_0.0.3.tar.gz
- md5sums = 722715d7e9579f59b2d7ca4459f220b7
- sha256sums = 69bd4001de658e4edf8c1a297b7e9be5541778cd7e4b46c80b8929259fb62e37
+ source = https://cran.r-project.org/src/contrib/RcppInt64_0.0.4.tar.gz
+ md5sums = 19defdecd82e6d2b8a2aab49b24c8196
+ sha256sums = 2c38cb2a4090a5c3ddd949893f357bd08068c2dc2272ecff1574b7f2b424cdbd
pkgname = r-rcppint64
diff --git a/PKGBUILD b/PKGBUILD
index 6273b726e932..8026c90716c4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Pekka Ristola <pekkarr [at] protonmail [dot] com>
_pkgname=RcppInt64
-_pkgver=0.0.3
+_pkgver=0.0.4
pkgname=r-${_pkgname,,}
pkgver=${_pkgver//-/.}
pkgrel=1
@@ -23,8 +23,8 @@ optdepends=(
r-tinytest
)
source=("https://cran.r-project.org/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
-md5sums=('722715d7e9579f59b2d7ca4459f220b7')
-sha256sums=('69bd4001de658e4edf8c1a297b7e9be5541778cd7e4b46c80b8929259fb62e37')
+md5sums=('19defdecd82e6d2b8a2aab49b24c8196')
+sha256sums=('2c38cb2a4090a5c3ddd949893f357bd08068c2dc2272ecff1574b7f2b424cdbd')
build() {
mkdir -p build