Updated packages

This commit is contained in:
Eduard Urbach 2024-06-03 23:25:11 +02:00
parent 4be4463164
commit e8a03f5e94
Signed by: akyoto
GPG Key ID: C874F672B1AF20C0
5 changed files with 14 additions and 10 deletions

3
.gitmodules vendored
View File

@ -4,9 +4,6 @@
[submodule "opentabletdriver"] [submodule "opentabletdriver"]
path = opentabletdriver path = opentabletdriver
url = https://aur.archlinux.org/opentabletdriver.git url = https://aur.archlinux.org/opentabletdriver.git
[submodule "nautilus-open-any-terminal"]
path = nautilus-open-any-terminal
url = https://aur.archlinux.org/nautilus-open-any-terminal.git
[submodule "wlogout-git"] [submodule "wlogout-git"]
path = wlogout-git path = wlogout-git
url = https://aur.archlinux.org/wlogout-git.git url = https://aur.archlinux.org/wlogout-git.git

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=4 pkgrel=5
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'
'curl' 'curl'
'dash' 'dash'
'dua-cli' 'dua-cli'
@ -30,7 +29,6 @@ depends=(
'lsof' 'lsof'
'neovim' 'neovim'
'openssh' 'openssh'
'pacman-contrib'
'ripgrep' 'ripgrep'
'rsync' 'rsync'
'sudo' 'sudo'

View File

@ -1,20 +1,25 @@
# Maintainer: Eduard Urbach <admin@akyoto.dev> # Maintainer: Eduard Urbach <admin@akyoto.dev>
pkgname=akyoto-desktop pkgname=akyoto-desktop
pkgver=1 pkgver=1
pkgrel=9 pkgrel=10
pkgdesc="Desktop packages" pkgdesc="Desktop packages"
arch=('any') arch=('any')
url="https://git.akyoto.dev/sys/arch" url="https://git.akyoto.dev/sys/arch"
license=('MIT') license=('MIT')
depends=( depends=(
# Audio # Audio
'tenacity'
'pipewire' 'pipewire'
'pipewire-alsa' 'pipewire-alsa'
'pipewire-jack' 'pipewire-jack'
'pipewire-pulse' 'pipewire-pulse'
'tenacity'
'wireplumber' 'wireplumber'
# Audio effects
'calf'
'easyeffects'
'lsp-plugins'
# Browser # Browser
'firefox' 'firefox'
@ -65,8 +70,10 @@ depends=(
'transmission-gtk' 'transmission-gtk'
# Utilities # Utilities
'cpupower'
'nvtop' 'nvtop'
'nwg-look' 'nwg-look'
'pacman-contrib'
# Videos # Videos
'ffmpeg' 'ffmpeg'

View File

@ -1,7 +1,7 @@
# Maintainer: Eduard Urbach <admin@akyoto.dev> # Maintainer: Eduard Urbach <admin@akyoto.dev>
pkgname=akyoto-devel pkgname=akyoto-devel
pkgver=1 pkgver=1
pkgrel=6 pkgrel=7
pkgdesc="Development packages" pkgdesc="Development packages"
arch=('any') arch=('any')
url="https://git.akyoto.dev/sys/arch" url="https://git.akyoto.dev/sys/arch"
@ -9,6 +9,9 @@ license=('MIT')
depends=( depends=(
'base-devel' 'base-devel'
# Assembler
'nasm'
# C/C++ # C/C++
'clang' 'clang'
'lld' 'lld'

@ -1 +0,0 @@
Subproject commit 3f6aae0b10f0712244750301f3f62259443f0ae4