Updated packages

This commit is contained in:
Eduard Urbach 2024-03-30 12:32:18 +01:00
parent 830035d682
commit 27c0c35ee9
Signed by: akyoto
GPG Key ID: C874F672B1AF20C0
3 changed files with 4 additions and 5 deletions

View File

@ -44,9 +44,9 @@ source=(
'dashbinsh.hook' 'dashbinsh.hook'
) )
md5sums=( md5sums=(
'6ad284383b569553fb476703894d84b9' '4426b46657e574d2e9a26827ad4227fd'
) )
package() { package() {
install -Dm 0644 dashbinsh.hook "$pkgdir/etc/pacman.d/hooks/dashbinsh.hook" install -Dm 0644 dashbinsh.hook "$pkgdir/etc/pacman.d/hooks/dashbinsh.hook"
} }

View File

@ -8,4 +8,4 @@ Target = bash
Description = Re-pointing /bin/sh symlink to dash... Description = Re-pointing /bin/sh symlink to dash...
When = PostTransaction When = PostTransaction
Exec = /usr/bin/ln -sfT dash /usr/bin/sh Exec = /usr/bin/ln -sfT dash /usr/bin/sh
Depends = dash Depends = dash

View File

@ -10,5 +10,4 @@ depends=(
'clang' 'clang'
'go' 'go'
'gopls' 'gopls'
) )