[arch-commits] Commit in filesystem/trunk (PKGBUILD os-release profile)
Sébastien Luttringer
seblu at archlinux.org
Sat May 2 10:31:44 UTC 2020
Date: Saturday, May 2, 2020 @ 10:31:44
Author: seblu
Revision: 382136
upgpkg: filesystem 2020.05-1
- implement FS#66217
- fix FS#66499
Modified:
filesystem/trunk/PKGBUILD
filesystem/trunk/os-release
filesystem/trunk/profile
------------+
PKGBUILD | 8 ++++----
os-release | 2 +-
profile | 4 ++--
3 files changed, 7 insertions(+), 7 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2020-05-02 10:27:24 UTC (rev 382135)
+++ PKGBUILD 2020-05-02 10:31:44 UTC (rev 382136)
@@ -2,8 +2,8 @@
# Contributor: Tom Gundersen <teg at jklm.no>
pkgname=filesystem
-pkgver=2019.10
-pkgrel=2
+pkgver=2020.05
+pkgrel=1
pkgdesc='Base Arch Linux files'
arch=('x86_64')
license=('GPL')
@@ -29,9 +29,9 @@
'580cf8b59eebfaac4fad373ffadc9912'
'd41d8cd98f00b204e9800998ecf8427e'
'981ee4d7e506a9d6d9ed2d872e16004b'
- 'e0d8ea1d1a11992dbe9f6550cc14eaa5'
+ '173371ea3ac7817fdec6a726e3996067'
'5182ac38a0de85da8ade93ef71975ca4'
- '2c79e1762978235e7b4a9ef595f6c029'
+ '61433fae7da1157ef299734f9c197d4a'
'0ee015fad07732676d9488ae498eed41'
'f04bcb2803afc4dcb95670fe87343b4d'
'f64466dd77c7bec37a8b47681468211a'
Modified: os-release
===================================================================
--- os-release 2020-05-02 10:27:24 UTC (rev 382135)
+++ os-release 2020-05-02 10:31:44 UTC (rev 382136)
@@ -2,7 +2,7 @@
PRETTY_NAME="Arch Linux"
ID=arch
BUILD_ID=rolling
-ANSI_COLOR="0;36"
+ANSI_COLOR="38;2;23;147;209"
HOME_URL="https://www.archlinux.org/"
DOCUMENTATION_URL="https://wiki.archlinux.org/"
SUPPORT_URL="https://bbs.archlinux.org/"
Modified: profile
===================================================================
--- profile 2020-05-02 10:27:24 UTC (rev 382135)
+++ profile 2020-05-02 10:31:44 UTC (rev 382136)
@@ -28,8 +28,8 @@
unset profile
fi
-# Source global bash config
-if test "$PS1" && test "$BASH" && test -z ${POSIXLY_CORRECT+x} && test -r /etc/bash.bashrc; then
+# Source global bash config, when interactive but not posix or sh mode
+if test "$BASH" -a "$PS1" -a -z "$POSIXLY_CORRECT" -a "${0#-}" != sh -a -r /etc/bash.bashrc; then
. /etc/bash.bashrc
fi
More information about the arch-commits
mailing list