summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDrobot Viktor2019-10-05 20:41:43 +0300
committerDrobot Viktor2019-10-05 20:41:43 +0300
commit9c54e3ab678235fb7ab88a9fee0475e44579d07d (patch)
tree99f4636e23c7cc97af384569263e44cb764ebb8d
parentc8eb4697803a183efa23d15db85cccf727e5a231 (diff)
downloadaur-9c54e3ab678235fb7ab88a9fee0475e44579d07d.tar.gz
Update 1.0.0
-rw-r--r--.SRCINFO12
-rw-r--r--PKGBUILD10
2 files changed, 11 insertions, 11 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 289d4ace7ef4..3faf5029b409 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,20 +1,20 @@
pkgbase = r-later
- pkgdesc = Utilities for Delaying Function Execution
- pkgver = 0.8.0
+ pkgdesc = Utilities for Scheduling Functions to Execute Later with Event Loops
+ pkgver = 1.0.0
pkgrel = 1
url = https://cran.r-project.org/package=later
arch = i686
arch = x86_64
- license = GPL3
+ license = GPL
depends = r
- depends = r-rcpp
+ depends = r-rcpp>=0.12.9
depends = r-rlang
depends = r-bh
optdepends = r-knitr
optdepends = r-rmarkdown
optdepends = r-testthat
- source = http://cran.r-project.org/src/contrib/later_0.8.0.tar.gz
- md5sums = 71feec14ef4f2297a6289458e10d0544
+ source = http://cran.r-project.org/src/contrib/later_1.0.0.tar.gz
+ md5sums = bc8f2d7a016270f60204f1ba1f2c3519
pkgname = r-later
diff --git a/PKGBUILD b/PKGBUILD
index 235850c8de74..472baf26d0b8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,18 +1,18 @@
# Maintainer: Viktor Drobot (aka dviktor) linux776 [at] gmail [dot] com
_cranname=later
-_cranver=0.8.0
+_cranver=1.0.0
pkgname=r-${_cranname}
pkgver=${_cranver//[:-]/.}
pkgrel=1
-pkgdesc="Utilities for Delaying Function Execution"
+pkgdesc="Utilities for Scheduling Functions to Execute Later with Event Loops"
arch=('i686' 'x86_64')
url="https://cran.r-project.org/package=${_cranname}"
-license=('GPL3')
-depends=('r' 'r-rcpp' 'r-rlang' 'r-bh')
+license=('GPL')
+depends=('r' 'r-rcpp>=0.12.9' 'r-rlang' 'r-bh')
optdepends=('r-knitr' 'r-rmarkdown' 'r-testthat')
source=("http://cran.r-project.org/src/contrib/${_cranname}_${_cranver}.tar.gz")
-md5sums=('71feec14ef4f2297a6289458e10d0544')
+md5sums=('bc8f2d7a016270f60204f1ba1f2c3519')
build(){
cd "${srcdir}"