summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBioArchLinuxBot2022-06-27 06:02:39 +0000
committerBioArchLinuxBot2022-06-27 06:02:39 +0000
commita1924206b5a9288a14e4f67cac10275472df1b0a (patch)
tree1c9288edafc884f7f1bf52e858d02238ef71fdd4 /PKGBUILD
parent0dc481eae67df7e08078f24b11e23339070d4dd2 (diff)
downloadaur-r-colortools.tar.gz
[lilac] updated to 0.1.5-6
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index ef5ff3533c01..bae592a86b7a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@ _pkgname=colortools
_pkgver=0.1.5
pkgname=r-${_pkgname,,}
pkgver=0.1.5
-pkgrel=4
+pkgrel=6
pkgdesc='Tools for colors in a Hue-Saturation-Value (HSV) color model'
arch=('any')
url="https://cran.r-project.org/package=${_pkgname}"
@@ -12,7 +12,7 @@ license=('GPL')
depends=(
r
)
-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=('c350e96953b30e95243b9993b993dfa2d5ba4188f1c2bf4c8c6579f73be83a7d')
build() {