Updated packages
This commit is contained in:
parent
4be4463164
commit
e8a03f5e94
3
.gitmodules
vendored
3
.gitmodules
vendored
@ -4,9 +4,6 @@
|
||||
[submodule "opentabletdriver"]
|
||||
path = opentabletdriver
|
||||
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"]
|
||||
path = wlogout-git
|
||||
url = https://aur.archlinux.org/wlogout-git.git
|
||||
|
@ -1,7 +1,7 @@
|
||||
# Maintainer: Eduard Urbach <admin@akyoto.dev>
|
||||
pkgname=akyoto-base
|
||||
pkgver=1
|
||||
pkgrel=4
|
||||
pkgrel=5
|
||||
pkgdesc="Base system configuration"
|
||||
arch=('any')
|
||||
url="https://git.akyoto.dev/sys/arch"
|
||||
@ -17,7 +17,6 @@ conflicts=(
|
||||
depends=(
|
||||
'base'
|
||||
'btop'
|
||||
'cpupower'
|
||||
'curl'
|
||||
'dash'
|
||||
'dua-cli'
|
||||
@ -30,7 +29,6 @@ depends=(
|
||||
'lsof'
|
||||
'neovim'
|
||||
'openssh'
|
||||
'pacman-contrib'
|
||||
'ripgrep'
|
||||
'rsync'
|
||||
'sudo'
|
||||
|
@ -1,20 +1,25 @@
|
||||
# Maintainer: Eduard Urbach <admin@akyoto.dev>
|
||||
pkgname=akyoto-desktop
|
||||
pkgver=1
|
||||
pkgrel=9
|
||||
pkgrel=10
|
||||
pkgdesc="Desktop packages"
|
||||
arch=('any')
|
||||
url="https://git.akyoto.dev/sys/arch"
|
||||
license=('MIT')
|
||||
depends=(
|
||||
# Audio
|
||||
'tenacity'
|
||||
'pipewire'
|
||||
'pipewire-alsa'
|
||||
'pipewire-jack'
|
||||
'pipewire-pulse'
|
||||
'tenacity'
|
||||
'wireplumber'
|
||||
|
||||
# Audio effects
|
||||
'calf'
|
||||
'easyeffects'
|
||||
'lsp-plugins'
|
||||
|
||||
# Browser
|
||||
'firefox'
|
||||
|
||||
@ -65,8 +70,10 @@ depends=(
|
||||
'transmission-gtk'
|
||||
|
||||
# Utilities
|
||||
'cpupower'
|
||||
'nvtop'
|
||||
'nwg-look'
|
||||
'pacman-contrib'
|
||||
|
||||
# Videos
|
||||
'ffmpeg'
|
||||
|
@ -1,7 +1,7 @@
|
||||
# Maintainer: Eduard Urbach <admin@akyoto.dev>
|
||||
pkgname=akyoto-devel
|
||||
pkgver=1
|
||||
pkgrel=6
|
||||
pkgrel=7
|
||||
pkgdesc="Development packages"
|
||||
arch=('any')
|
||||
url="https://git.akyoto.dev/sys/arch"
|
||||
@ -9,6 +9,9 @@ license=('MIT')
|
||||
depends=(
|
||||
'base-devel'
|
||||
|
||||
# Assembler
|
||||
'nasm'
|
||||
|
||||
# C/C++
|
||||
'clang'
|
||||
'lld'
|
||||
|
@ -1 +0,0 @@
|
||||
Subproject commit 3f6aae0b10f0712244750301f3f62259443f0ae4
|
Loading…
Reference in New Issue
Block a user