Updated base package

This commit is contained in:
Eduard Urbach 2024-03-30 14:57:51 +01:00
parent 27c0c35ee9
commit 903c8042c9
Signed by: akyoto
GPG Key ID: C874F672B1AF20C0

View File

@ -1,7 +1,7 @@
# Maintainer: Eduard Urbach <admin@akyoto.dev> # Maintainer: Eduard Urbach <admin@akyoto.dev>
pkgname=akyoto-base pkgname=akyoto-base
pkgver=1 pkgver=1
pkgrel=1 pkgrel=2
pkgdesc="Base system configuration" pkgdesc="Base system configuration"
arch=('any') arch=('any')
url="https://git.akyoto.dev/sys/arch" url="https://git.akyoto.dev/sys/arch"
@ -17,7 +17,6 @@ conflicts=(
depends=( depends=(
'base' 'base'
'btop' 'btop'
'cpupower'
'dash' 'dash'
'dua-cli' 'dua-cli'
'exa' 'exa'
@ -49,4 +48,5 @@ md5sums=(
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"
ln -sfT dash /usr/bin/sh
} }