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

Bartłomiej Piotrowski bpiotrowski at archlinux.org
Tue Jan 30 07:20:11 UTC 2018


    Date: Tuesday, January 30, 2018 @ 07:20:05
  Author: bpiotrowski
Revision: 315601

4.4.018-1: new upstream patchset

Modified:
  bash/trunk/PKGBUILD

----------+
 PKGBUILD |   38 +++++++++++++++++++++++++-------------
 1 file changed, 25 insertions(+), 13 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-01-29 19:49:33 UTC (rev 315600)
+++ PKGBUILD	2018-01-30 07:20:05 UTC (rev 315601)
@@ -5,16 +5,16 @@
 
 pkgname=bash
 _basever=4.4
-_patchlevel=012
+_patchlevel=018
 pkgver=${_basever}.${_patchlevel}
-pkgrel=2
+pkgrel=1
 pkgdesc='The GNU Bourne Again shell'
-arch=('x86_64')
-license=('GPL')
+arch=(x86_64)
+license=(GPL)
 url='http://www.gnu.org/software/bash/bash.html'
-groups=('base')
+groups=(base)
 backup=(etc/bash.bash{rc,_logout} etc/skel/.bash{rc,_profile,_logout})
-depends=('readline>=7.0' 'glibc' 'ncurses')
+depends=('readline>=7.0' glibc ncurses)
 optdepends=('bash-completion: for tab completion')
 provides=('sh')
 source=(https://ftp.gnu.org/gnu/bash/bash-$_basever.tar.gz{,.sig}
@@ -61,17 +61,17 @@
 
 package() {
   make -C $pkgname-$_basever DESTDIR="$pkgdir" install
-  ln -s bash "$pkgdir"/usr/bin/sh
+  ln -s bash "$pkgdir/usr/bin/sh"
 
-  install -dm755 "$pkgdir"/etc/skel/
   # system-wide configuration files
-  install -m644 system.bashrc $pkgdir/etc/bash.bashrc
-  install -m644 system.bash_logout "$pkgdir"/etc/bash.bash_logout
+  install -Dm644 system.bashrc "$pkgdir/etc/bash.bashrc"
+  install -Dm644 system.bash_logout "$pkgdir/etc/bash.bash_logout"
 
   # user configuration file skeletons
-  install -m644 dot.bashrc "$pkgdir"/etc/skel/.bashrc
-  install -m644 dot.bash_profile "$pkgdir"/etc/skel/.bash_profile
-  install -m644 dot.bash_logout "$pkgdir"/etc/skel/.bash_logout
+  install -dm755 "$pkgdir/etc/skel/"
+  install -m644 dot.bashrc "$pkgdir/etc/skel/.bashrc"
+  install -m644 dot.bash_profile "$pkgdir/etc/skel/.bash_profile"
+  install -m644 dot.bash_logout "$pkgdir/etc/skel/.bash_logout"
 }
 
 md5sums=('148888a7c95ac23705559b6f477dfe25'
@@ -104,4 +104,16 @@
          'cc896e1fa696b93ded568e557e2392d5'
          'SKIP'
          'fa47fbfa56fb7e9e5367f19a9df5fc9e'
+         'SKIP'
+         '5e6a20166efe166267972cc78025417b'
+         'SKIP'
+         '00a8877a8787dbd78d97767db1115b0a'
+         'SKIP'
+         '2409586fd19e3104197ead86ce549eca'
+         'SKIP'
+         '4b31183db086daf8be8943d7f7ea7526'
+         'SKIP'
+         'c15c8844f1eb87bdbcde71417c9bd342'
+         'SKIP'
+         'b25e3373fc8de00523116dfe151ac4e0'
          'SKIP')



More information about the arch-commits mailing list