summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBioArchLinuxBot2022-11-02 22:07:32 +0000
committerBioArchLinuxBot2022-11-02 22:07:32 +0000
commitdb0f4ad9ad8b64b9ebdd742fe2670676bb2a3968 (patch)
treeeb618eb2c3b75da49c9b3a407304b53c4e1a4eb8
parent52c9830616b5e211e7e6fcb76c031674c24f3220 (diff)
downloadaur-db0f4ad9ad8b64b9ebdd742fe2670676bb2a3968.tar.gz
[lilac] updated to 1.14.0-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8565fc6608e6..33a9208de6a7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = r-gpumagic
pkgdesc = An openCL compiler with the capacity to compile R functions and run the code on GPU
- pkgver = 1.12.0
+ pkgver = 1.14.0
pkgrel = 1
url = https://bioconductor.org/packages/gpuMagic
arch = x86_64
@@ -18,7 +18,7 @@ pkgbase = r-gpumagic
optdepends = r-knitr
optdepends = r-rmarkdown
optdepends = r-testthat
- source = https://bioconductor.org/packages/release/bioc/src/contrib/gpuMagic_1.12.0.tar.gz
- sha256sums = f423dae0cfeb14ec90f361cb3565fb3653c4fc53b1981d8780ce48c981eedfbc
+ source = https://bioconductor.org/packages/release/bioc/src/contrib/gpuMagic_1.14.0.tar.gz
+ sha256sums = 3d61e01f12bd14f9f8fce0397555ffde8e954d2c2182ac59f6081f4dd9617a0a
pkgname = r-gpumagic
diff --git a/PKGBUILD b/PKGBUILD
index d6e6ccbd3aa9..c76e61a50614 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,9 +2,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=gpuMagic
-_pkgver=1.12.0
+_pkgver=1.14.0
pkgname=r-${_pkgname,,}
-pkgver=1.12.0
+pkgver=1.14.0
pkgrel=1
pkgdesc='An openCL compiler with the capacity to compile R functions and run the code on GPU'
arch=('x86_64')
@@ -31,7 +31,7 @@ makdepends=(
make
)
source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
-sha256sums=('f423dae0cfeb14ec90f361cb3565fb3653c4fc53b1981d8780ce48c981eedfbc')
+sha256sums=('3d61e01f12bd14f9f8fce0397555ffde8e954d2c2182ac59f6081f4dd9617a0a')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"