summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 2 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 9ec1b286120c..a6e768c439b0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,17 +2,16 @@
_cranname=httpcache
_cranver=1.2.0
-_updatedate=2021-01-11
pkgname=r-${_cranname,,}
pkgver=${_cranver//[:-]/.}
-pkgrel=1
+pkgrel=2
pkgdesc="Query Cache for HTTP Clients"
arch=('any')
url="https://cran.r-project.org/package=${_cranname}"
license=(MIT)
depends=('r>=3.0.0' 'r-digest' 'r-httr>=1.0.0utils')
optdepends=('r-httptest>=3.0.0' 'r-knitr' 'r-rmarkdown' 'r-spelling')
-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=(798c004f59826d1c2da16c58a212dc1facf225c29cc2d4a21e54053052a0da08)
build() {