core/filesystem to 2020.05.20-1

This commit is contained in:
Kevin Mihelich 2020-05-23 03:40:00 +00:00
parent cce6a283d8
commit b9e9b51018
2 changed files with 3 additions and 3 deletions

View file

@ -5,7 +5,7 @@
# - modifed os-release # - modifed os-release
pkgname=filesystem pkgname=filesystem
pkgver=2020.05.07 pkgver=2020.05.20
pkgrel=1 pkgrel=1
pkgdesc='Base Arch Linux files' pkgdesc='Base Arch Linux files'
arch=('x86_64') arch=('x86_64')
@ -34,7 +34,7 @@ md5sums=('5fa6674df7645d7f5895f2d12b4ef4e9'
'981ee4d7e506a9d6d9ed2d872e16004b' '981ee4d7e506a9d6d9ed2d872e16004b'
'6d1a528e1e3d259c7c262eb9e37a0f5f' '6d1a528e1e3d259c7c262eb9e37a0f5f'
'5182ac38a0de85da8ade93ef71975ca4' '5182ac38a0de85da8ade93ef71975ca4'
'7b208a630a548740e0f4cd368badae23' '2a50e4755bc841ed2b63a56935176b47'
'0ee015fad07732676d9488ae498eed41' '0ee015fad07732676d9488ae498eed41'
'f04bcb2803afc4dcb95670fe87343b4d' 'f04bcb2803afc4dcb95670fe87343b4d'
'815652599be54fd3607cf276e89a0a19' '815652599be54fd3607cf276e89a0a19'

View file

@ -16,7 +16,7 @@ appendpath () {
appendpath '/usr/local/sbin' appendpath '/usr/local/sbin'
appendpath '/usr/local/bin' appendpath '/usr/local/bin'
appendpath '/usr/bin' appendpath '/usr/bin'
unset appendpath unset -f appendpath
export PATH export PATH