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