From 27c0c35ee92d8d4b637c1d8b8205ecef4fead245 Mon Sep 17 00:00:00 2001 From: Eduard Urbach Date: Sat, 30 Mar 2024 12:32:18 +0100 Subject: [PATCH] Updated packages --- base/PKGBUILD | 4 ++-- base/dashbinsh.hook | 2 +- devel/PKGBUILD | 3 +-- 3 files changed, 4 insertions(+), 5 deletions(-) diff --git a/base/PKGBUILD b/base/PKGBUILD index 2db031c..5b43faa 100644 --- a/base/PKGBUILD +++ b/base/PKGBUILD @@ -44,9 +44,9 @@ source=( 'dashbinsh.hook' ) md5sums=( - '6ad284383b569553fb476703894d84b9' + '4426b46657e574d2e9a26827ad4227fd' ) package() { install -Dm 0644 dashbinsh.hook "$pkgdir/etc/pacman.d/hooks/dashbinsh.hook" -} +} \ No newline at end of file diff --git a/base/dashbinsh.hook b/base/dashbinsh.hook index ed08b69..3a9b676 100644 --- a/base/dashbinsh.hook +++ b/base/dashbinsh.hook @@ -8,4 +8,4 @@ Target = bash Description = Re-pointing /bin/sh symlink to dash... When = PostTransaction Exec = /usr/bin/ln -sfT dash /usr/bin/sh -Depends = dash +Depends = dash \ No newline at end of file diff --git a/devel/PKGBUILD b/devel/PKGBUILD index 078cd97..be3a597 100644 --- a/devel/PKGBUILD +++ b/devel/PKGBUILD @@ -10,5 +10,4 @@ depends=( 'clang' 'go' 'gopls' -) - +) \ No newline at end of file