summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a06a42af5966..45de6a1ad2cc 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = r-assertive.datetimes
pkgdesc = Assertions to Check Properties of Dates and Times
pkgver = 0.0.3
- pkgrel = 4
+ pkgrel = 8
url = https://cran.r-project.org/package=assertive.datetimes
arch = any
license = GPL
@@ -9,7 +9,7 @@ pkgbase = r-assertive.datetimes
depends = r-assertive.base
depends = r-assertive.types
optdepends = r-testthat
- source = https://cran.r-project.org/src/contrib/assertive.datetimes_0.0-3.tar.gz
+ source = https://cran.r-project.org/src/contrib/Archive/assertive.datetimes/assertive.datetimes_0.0-3.tar.gz
sha256sums = 014e2162f5a8d95138ed8330f7477e71c908a29341697c09a1b7198b7e012d94
pkgname = r-assertive.datetimes
diff --git a/PKGBUILD b/PKGBUILD
index 3bb27acacc90..c120001ab78f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@ _pkgname=assertive.datetimes
_pkgver=0.0-3
pkgname=r-${_pkgname,,}
pkgver=0.0.3
-pkgrel=4
+pkgrel=8
pkgdesc='Assertions to Check Properties of Dates and Times'
arch=('any')
url="https://cran.r-project.org/package=${_pkgname}"
@@ -17,7 +17,7 @@ depends=(
optdepends=(
r-testthat
)
-source=("https://cran.r-project.org/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
+source=("https://cran.r-project.org/src/contrib/Archive/${_pkgname}/${_pkgname}_${_pkgver}.tar.gz")
sha256sums=('014e2162f5a8d95138ed8330f7477e71c908a29341697c09a1b7198b7e012d94')
build() {