summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXiao Pan <gky44px1999@gmail.com>2023-05-27 18:29:00 -0700
committerXiao Pan <gky44px1999@gmail.com>2023-05-27 18:29:00 -0700
commit4a95a77cb096ba8c19b240321d4195ad79daa0d8 (patch)
treed5b5c743405278ee772933ca81f3e966c5d2a263
parent37208c1e34a2b20bd298e739b429676edda1a3ee (diff)
mpra, makepkg use -s to install missing dependencies
-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