summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBioArchLinuxBot2023-11-28 12:10:12 +0000
committerBioArchLinuxBot2023-11-28 12:10:12 +0000
commit15b0f92426d754945f100deb0c3384940ac81f4c (patch)
tree6b0d3f15e321f63d3308682d6327c508b4626911
parent3295490ef3902148fa07b1b132be90eb3ab6f0d9 (diff)
downloadaur-15b0f92426d754945f100deb0c3384940ac81f4c.tar.gz
[lilac] updated to 1.1.1-1
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD8
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 58b5d75404bd..65840977e526 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = r-dotcall64
pkgdesc = Enhanced Foreign Function Interface Supporting Long Vectors
- pkgver = 1.1.0
- pkgrel = 3
+ pkgver = 1.1.1
+ pkgrel = 1
url = https://cran.r-project.org/package=dotCall64
arch = x86_64
license = GPL
@@ -13,7 +13,7 @@ pkgbase = r-dotcall64
optdepends = r-roxygen2
optdepends = r-spam
optdepends = r-testthat
- source = https://cran.r-project.org/src/contrib/dotCall64_1.1-0.tar.gz
- sha256sums = 3484e32d5b2ff6e1b74963cc81e8dcb5c3dab0e1b1a5905898606cb6851370c5
+ source = https://cran.r-project.org/src/contrib/dotCall64_1.1-1.tar.gz
+ sha256sums = 21b8d7d747c07aaf8a82d61ec98fe0539afcaa5a565d9c2fc55be65b6af2c91b
pkgname = r-dotcall64
diff --git a/PKGBUILD b/PKGBUILD
index 2a31660b4348..f040f20182c4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,10 +2,10 @@
# Contributor: Viktor Drobot (aka dviktor) linux776 [at] gmail [dot] com
_pkgname=dotCall64
-_pkgver=1.1-0
+_pkgver=1.1-1
pkgname=r-${_pkgname,,}
-pkgver=1.1.0
-pkgrel=3
+pkgver=1.1.1
+pkgrel=1
pkgdesc='Enhanced Foreign Function Interface Supporting Long Vectors'
arch=('x86_64')
url="https://cran.r-project.org/package=${_pkgname}"
@@ -25,7 +25,7 @@ makedepends=(
gcc-fortran
)
source=("https://cran.r-project.org/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
-sha256sums=('3484e32d5b2ff6e1b74963cc81e8dcb5c3dab0e1b1a5905898606cb6851370c5')
+sha256sums=('21b8d7d747c07aaf8a82d61ec98fe0539afcaa5a565d9c2fc55be65b6af2c91b')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"