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

Antonio Rojas arojas at archlinux.org
Sat May 14 19:55:51 UTC 2016


    Date: Saturday, May 14, 2016 @ 21:55:51
  Author: arojas
Revision: 268017

Update to 3.3.0

Modified:
  r/trunk/PKGBUILD
  r/trunk/r.install

-----------+
 PKGBUILD  |   14 +++++++-------
 r.install |    1 -
 2 files changed, 7 insertions(+), 8 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-05-14 19:43:02 UTC (rev 268016)
+++ PKGBUILD	2016-05-14 19:55:51 UTC (rev 268017)
@@ -4,8 +4,8 @@
 # Contributor: K. Piche <kpiche at rogers.com>
 
 pkgname=r
-pkgver=3.2.4
-pkgrel=2
+pkgver=3.3.0
+pkgrel=1
 pkgdesc="Language and environment for statistical computing and graphics"
 arch=('i686' 'x86_64')
 license=('GPL')
@@ -18,17 +18,17 @@
 backup=('etc/R/Makeconf' 'etc/R/Renviron' 'etc/R/ldpaths' 'etc/R/repositories' 'etc/R/javaconf')
 options=('!makeflags' '!emptydirs')
 install=r.install
-source=("http://cran.r-project.org/src/base/R-${pkgver%%.*}/R-${pkgver}-revised.tar.gz"
+source=("http://cran.r-project.org/src/base/R-${pkgver%%.*}/R-${pkgver}.tar.gz"
 	'r.desktop'
 	'r.png'
 	'R.conf')
-sha1sums=('54d8b02b4564655f1be84b4a830813f8452b5e9c'
+sha1sums=('166a25a7996150c9c83cdafcc89bfcd81578a887'
           'd7fa521345b230a4187d60d07d06ce4b6d573e3f'
           'a69a07ec363440efc18ce0a7f2af103375dea978'
           '43668da6cfd1b4455a99f23e79e2059294dddac9')
 
 prepare() {
-   cd R-revised
+   cd R-${pkgver}
    # set texmf dir correctly in makefile
    sed -i 's|$(rsharedir)/texmf|${datarootdir}/texmf|' share/Makefile.in
    # fix for texinfo 5.X
@@ -36,7 +36,7 @@
 }
 
 build() {
-   cd R-revised
+   cd R-${pkgver}
    ./configure  --prefix=/usr \
 		--libdir=/usr/lib \
 		--sysconfdir=/etc/R \
@@ -58,7 +58,7 @@
 }
 
 package() {
-   cd R-revised
+   cd R-${pkgver}
    make DESTDIR="${pkgdir}" install
 
 # install libRmath.so

Modified: r.install
===================================================================
--- r.install	2016-05-14 19:43:02 UTC (rev 268016)
+++ r.install	2016-05-14 19:55:51 UTC (rev 268017)
@@ -1,5 +1,4 @@
 post_install() {
-  update-desktop-database -q
   if [[ -x /usr/bin/mktexlsr ]]; then
      echo ">>> updating the filename database for texlive..."
      mktexlsr --quiet usr/share/texmf



More information about the arch-commits mailing list