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>
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
}