Jul 30 2019, Christopher Arndt has written:
...
Just a thought: maybe try to update the serd and sord
packages?
...
Thanks for the suggestion and the script, this is neat. I will
investigate this. There's always the question of dependencies for the
apps that I use. But it sounds very much worth it...
I use to recompile them from time to time:
#!/bin/bash
PACKAGES="serd-git sord-git lv2-git sratom-git suil-git lilv-git jalv-git"
for d in $PACKAGES; do
if [[ ! -d "$d" ]]; then
git clone
https://aur.archlinux.org/${d}.git
pushd "$d"
else
pushd "$d"
git status
git pull
fi
makepkg -fi
popd
done
...
Best wishes,
Jeanette
PS: I did spot the lilv world call and assumed that it might be
triggered everytime, but uninformed assumptions... :)
--
* Website:
http://juliencoder.de - for summer is a state of sound
* SoundCloud:
https://soundcloud.com/jeanette_c
* Youtube:
https://www.youtube.com/channel/UCMS4rfGrTwz8W7jhC1Jnv7g
* GitHub:
https://github.com/jeanette-c
* Twitter:
https://twitter.com/jeanette_c_s
I'm not that innocent... <3
(Britney Spears)