summaryrefslogtreecommitdiff
path: root/backport
diff options
context:
space:
mode:
Diffstat (limited to 'backport')
-rwxr-xr-xbackport6
1 files changed, 3 insertions, 3 deletions
diff --git a/backport b/backport
index c9d8e3c..87c3fcc 100755
--- a/backport
+++ b/backport
@@ -7,7 +7,7 @@ export ARCH
# R version against which the software is compiled
iteration=0
-Rversion=3.4.2
+Rversion=3.4.3
# Set required r-base-dev version for packages build-depending on R
rbasedev="r-base-dev (>= $Rversion)"
@@ -98,8 +98,8 @@ cranversion=$upstreamversion"~"$DIST"cran.$iteration"
# would make an update of the archive index inside the loop in backport_others
# necessary
-#new_dsc=$rcrandir/$DIST-cran34/${pkg}_${cranversion}.dsc
-new_dsc=dummy_value # set temporarily to force rebuilds for the r-api-3.4 transition
+new_dsc=$rcrandir/$DIST-cran34/${pkg}_${cranversion}.dsc
+#new_dsc=dummy_value # set temporarily to force rebuilds for the r-api-3.4 transition
if [ -e $new_dsc ]; then

Contact - Imprint