summaryrefslogtreecommitdiff
path: root/home/xyz/.local/bin/mpra
diff options
context:
space:
mode:
authorXiao Pan <gky44px1999@gmail.com>2023-05-27 18:29:00 -0700
committerXiao Pan <gky44px1999@gmail.com>2023-05-29 16:11:39 -0700
commitcd4a9759fe5e8b24a0395424276cfbf6c27943df (patch)
tree32eca7f880af164f0ebfeb180386c54729e4998e /home/xyz/.local/bin/mpra
parent8ad621db55d251b016115bf52187805a407bc421 (diff)
mpra, makepkg use -s to install missing dependencies
Diffstat (limited to 'home/xyz/.local/bin/mpra')
-rwxr-xr-xhome/xyz/.local/bin/mpra2
1 files changed, 1 insertions, 1 deletions
diff --git a/home/xyz/.local/bin/mpra b/home/xyz/.local/bin/mpra
index 93f3d5d9..bd96e76b 100755
--- a/home/xyz/.local/bin/mpra
+++ b/home/xyz/.local/bin/mpra
@@ -3,7 +3,7 @@
fn () {
find . -maxdepth 1 -type f -name '*.pkg.tar.zst*' -delete
- makepkg --sign -f
+ makepkg --sign -sf
newpkg="$(find . -maxdepth 1 -type f -name '*.pkg.tar.zst')"
mv "$newpkg" "$newpkg.sig" ..
# need manually repo-add new database for first time initialization