[arch-commits] Commit in r/trunk (PKGBUILD)

Antonio Rojas arojas at archlinux.org
Thu Apr 22 06:57:50 UTC 2021


    Date: Thursday, April 22, 2021 @ 06:57:49
  Author: arojas
Revision: 413012

Restore which dependency (FS#70532)

Modified:
  r/trunk/PKGBUILD

----------+
 PKGBUILD |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-04-22 06:18:51 UTC (rev 413011)
+++ PKGBUILD	2021-04-22 06:57:49 UTC (rev 413012)
@@ -5,12 +5,12 @@
 
 pkgname=r
 pkgver=4.0.5
-pkgrel=3
+pkgrel=4
 pkgdesc="Language and environment for statistical computing and graphics"
 arch=('x86_64')
 license=('GPL')
 url='https://www.r-project.org/'
-depends=('lapack' 'libtiff' 'pcre2' 'perl' 'libxmu' 'pango' 'zip' 'unzip' 'curl' 'icu')
+depends=('lapack' 'libtiff' 'pcre2' 'perl' 'libxmu' 'pango' 'zip' 'unzip' 'curl' 'icu' 'which')
 makedepends=('jdk-openjdk' 'gcc-fortran' 'tk' 'texlive-core')
 optdepends=('tk: tcl/tk interface'
             'texlive-bin: latex sty files'



More information about the arch-commits mailing list