summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAlexBocken2023-08-03 10:42:56 +0200
committerAlexBocken2023-08-03 10:42:56 +0200
commitb36f3c1f68aa6c60eec11a32392768e273d0a59f (patch)
treec663c450caed8afd5aa244dfeeb9dcdba7a727af /PKGBUILD
parentca101e85a8d3f4cd5d3cbe8e9c69cdbdbfe88a12 (diff)
downloadaur-r-schrute.tar.gz
move to official cran
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 2 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 7f7a39351fde..0a94a11187c8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,17 +2,16 @@
_cranname=schrute
_cranver=1.0.1
-_updatedate=2022-09-30
pkgname=r-${_cranname,,}
pkgver=${_cranver//[:-]/.}
-pkgrel=1
+pkgrel=2
pkgdesc="The Entire Transcript from the Office in Tidy Format"
arch=('any')
url="https://cran.r-project.org/package=${_cranname}"
license=(MIT)
depends=('r>=2.10' 'r-magrittr')
optdepends=('r-dplyr' 'r-ggplot2' 'r-knitr' 'r-rmarkdown' 'r-stats' 'r-testthat>=2.1.0' 'r-tidytext')
-source=(https://cran.microsoft.com/snapshot/${_updatedate}/src/contrib/${_cranname}_${_cranver}.tar.gz)
+source=(https://cran.r-project.org/src/contrib/${_cranname}_${_cranver}.tar.gz)
sha256sums=(4bc7accc9837c9df9355a0e5c7378e994956fe2bc0f9035f26957cf186f9b292)
build() {