This commit is contained in:
Viktor Drobot 2021-04-27 12:15:52 +03:00
parent 82584c637e
commit 6d480f8568
No known key found for this signature in database
GPG key ID: 947BD5C2F2DC5571
2 changed files with 6 additions and 9 deletions

View file

@ -1,22 +1,20 @@
pkgbase = r-later
pkgdesc = Utilities for Scheduling Functions to Execute Later with Event Loops
pkgver = 1.1.0.1
pkgver = 1.2.0
pkgrel = 1
url = https://cran.r-project.org/package=later
arch = i686
arch = x86_64
license = GPL2
license = GPL3
makedepends = gcc
depends = r
depends = r-rcpp>=0.12.9
depends = r-rlang
depends = r-bh
optdepends = r-knitr
optdepends = r-rmarkdown
optdepends = r-testthat
source = https://cran.r-project.org/src/contrib/later_1.1.0.1.tar.gz
md5sums = 7f82ce53e1e222440562e4e612142b83
source = https://cran.r-project.org/src/contrib/later_1.2.0.tar.gz
sha256sums = 75a5934cf55e287dd10d2a3081314cbd79001a51d7df601a133a4f2f56b0c401
pkgname = r-later

View file

@ -1,7 +1,7 @@
# Maintainer: Viktor Drobot (aka dviktor) linux776 [at] gmail [dot] com
_cranname=later
_cranver=1.1.0.1
_cranver=1.2.0
pkgname=r-${_cranname,,}
pkgver=${_cranver//[:-]/.}
pkgrel=1
@ -9,11 +9,10 @@ pkgdesc="Utilities for Scheduling Functions to Execute Later with Event Loops"
arch=(i686 x86_64)
url="https://cran.r-project.org/package=${_cranname}"
license=(GPL2 GPL3)
depends=(r 'r-rcpp>=0.12.9' r-rlang r-bh)
makedepends=(gcc)
depends=(r 'r-rcpp>=0.12.9' r-rlang)
optdepends=(r-knitr r-rmarkdown r-testthat)
source=("https://cran.r-project.org/src/contrib/${_cranname}_${_cranver}.tar.gz")
md5sums=('7f82ce53e1e222440562e4e612142b83')
sha256sums=('75a5934cf55e287dd10d2a3081314cbd79001a51d7df601a133a4f2f56b0c401')
build() {
R CMD INSTALL ${_cranname}_${_cranver}.tar.gz -l "${srcdir}"