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

Bartłomiej Piotrowski bpiotrowski at archlinux.org
Tue May 31 18:35:38 UTC 2016


    Date: Tuesday, May 31, 2016 @ 20:35:38
  Author: bpiotrowski
Revision: 268790

upgpkg: bash 4.3.042-5

hooks rebuild

Modified:
  bash/trunk/PKGBUILD
Deleted:
  bash/trunk/bash.install

--------------+
 PKGBUILD     |    5 ++---
 bash.install |   16 ----------------
 2 files changed, 2 insertions(+), 19 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-05-31 18:33:11 UTC (rev 268789)
+++ PKGBUILD	2016-05-31 18:35:38 UTC (rev 268790)
@@ -7,7 +7,7 @@
 _basever=4.3
 _patchlevel=042
 pkgver=$_basever.$_patchlevel
-pkgrel=4
+pkgrel=5
 pkgdesc='The GNU Bourne Again shell'
 arch=('i686' 'x86_64')
 license=('GPL')
@@ -17,7 +17,6 @@
 depends=('readline>=6.3' 'glibc' 'ncurses' 'libncursesw.so')
 optdepends=('bash-completion: for tab completion')
 provides=('sh')
-install=bash.install
 source=(http://ftp.gnu.org/gnu/bash/bash-$_basever.tar.gz{,.sig}
         dot.bashrc
         dot.bash_profile
@@ -173,5 +172,5 @@
          'SKIP'
          '20bf63eef7cb441c0b1cc49ef3191d03'
          'SKIP'
-         '4150846ca72b8ab3aa83f276726e6b09'
+         '70790646ae61e207c995e44931390e50'
          'SKIP')

Deleted: bash.install
===================================================================
--- bash.install	2016-05-31 18:33:11 UTC (rev 268789)
+++ bash.install	2016-05-31 18:35:38 UTC (rev 268790)
@@ -1,16 +0,0 @@
-info_dir=usr/share/info
-info_files=(bash.info)
-
-post_upgrade() {
-  [ -x usr/bin/install-info ] || return 0
-  for f in ${info_files[@]}; do
-    usr/bin/install-info ${info_dir}/$f.gz ${info_dir}/dir 2> /dev/null
-  done
-}
-
-pre_remove() {
-  [ -x usr/bin/install-info ] || return 0
-  for f in ${info_files[@]}; do
-    usr/bin/install-info --delete ${info_dir}/$f.gz ${info_dir}/dir 2> /dev/null
-  done
-}



More information about the arch-commits mailing list