summarylogtreecommitdiffstats
path: root/update.sh
blob: c267f1f998fae744ef8be97b0e58e341b828e1f0 (plain)
1
2
3
4
5
6
7
8
9
makepkg
makepkg --printsrcinfo > .SRCINFO
rm -rf pkg src jellyfin-rpc
rm -rf *.zst jellyfin-rpc-x86_64-linux jellyfin-rpc.service
rm example.json
git add .
git add PKGBUILD .SRCINFO update.sh
git commit -m "update"
git push