diff --git a/base/PKGBUILD b/base/PKGBUILD index 5b43faa..5e4e9e3 100644 --- a/base/PKGBUILD +++ b/base/PKGBUILD @@ -1,7 +1,7 @@ # Maintainer: Eduard Urbach pkgname=akyoto-base pkgver=1 -pkgrel=1 +pkgrel=2 pkgdesc="Base system configuration" arch=('any') url="https://git.akyoto.dev/sys/arch" @@ -17,7 +17,6 @@ conflicts=( depends=( 'base' 'btop' - 'cpupower' 'dash' 'dua-cli' 'exa' @@ -49,4 +48,5 @@ md5sums=( package() { install -Dm 0644 dashbinsh.hook "$pkgdir/etc/pacman.d/hooks/dashbinsh.hook" + ln -sfT dash /usr/bin/sh } \ No newline at end of file