rebuild: reorder packages

master
an 2019-05-01 00:21:21 -04:00
parent 35af22584b
commit 3571b362ee
1 changed files with 12 additions and 5 deletions

View File

@ -1,20 +1,25 @@
all_pkgs=(
# deps
cef-standard
cereal
libsodium-git
mozc
vim-runtime-git
# packages
chocolate-doom
chromium-vaapi-bin
chromium-widevine
clementine-qt5-git
desmume-git
dolphin-emu-git
eternity-engine-git
fceux-git
gdcc
godot
gvim-git
gzdoom-legacy
higan-bsnes
higan_v106-source
libsodium-git
mednaffe
megatools
mgba-git
@ -31,7 +36,7 @@ all_pkgs=(
sharenix-git
slade
squirrel-sql
vim-runtime-git
uim-mozc
xf86-input-xwiimote-git
xf86-video-amdgpu-git
xwiimote-git
@ -40,11 +45,13 @@ all_pkgs=(
declare -A options=(
["cef-standard"]="--asdeps"
["cereal"]="--asdeps"
["higan_v106-source"]="--is-higan"
["libsodium-git"]="--asdeps"
["mozc"]="--asdeps"
["vim-runtime-git"]="--asdeps"
["higan_v106-source"]="--is-higan"
["mupen64plus-noncore-plugins-git"]="--no-pull -f"
["ppsspp-git"]="--install-as ppsspp-git"
["vim-runtime-git"]="--asdeps"
)
pkg_ver() {
sed '/^pkgver\=/!d;s/pkgver\=\(.*\)/\1/' PKGBUILD