summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBioArchLinuxBot2022-06-27 06:01:37 +0000
committerBioArchLinuxBot2022-06-27 06:01:37 +0000
commitc1e49f86448d85a1c5ed85ac8e2a44e8307b84e6 (patch)
tree5e2c0bf5df01cb1a578b0d3ddb4f450849eaed67 /PKGBUILD
parent4ea2a34e2f5e3a1b4056471abd3a212de35b0c95 (diff)
downloadaur-c1e49f86448d85a1c5ed85ac8e2a44e8307b84e6.tar.gz
[lilac] updated to 0.1.0-6
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index edf79c4bef83..87bc81c21027 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@ _pkgname=FField
_pkgver=0.1.0
pkgname=r-${_pkgname,,}
pkgver=0.1.0
-pkgrel=4
+pkgrel=6
pkgdesc='Force field simulation for a set of points'
arch=('any')
url="https://cran.r-project.org/package=${_pkgname}"
@@ -16,7 +16,7 @@ optdepends=(
r-ggplot2
r-gridextra
)
-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=('18c5fbcf3f7c9151ee528df3be1156febf5d3f6fc650e1ec829898bdc5360117')
build() {