summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xarchPackagesUpdate4
-rwxr-xr-xbumpVersion2
-rwxr-xr-xneuesPerlPaket2
3 files changed, 4 insertions, 4 deletions
diff --git a/archPackagesUpdate b/archPackagesUpdate
index 8200661d..4f099a15 100755
--- a/archPackagesUpdate
+++ b/archPackagesUpdate
@@ -425,7 +425,7 @@ then
echo '\
sudo pacman -Sy && \
cd "'"${tmpDir}/${paket}"'" && \
- _targetHost='\''--host=i686-pc-linux-gnu'\'' makepkg '${log} ${checkMakepkg}' --config "'"${tmpDir}"'/makepkg32.conf" -fsr --noconfirm
+ _targetHost='\''--host=i686-pc-linux-gnu'\'' makepkg '${log} ${checkMakepkg}' --config "'"${tmpDir}"'/makepkg32.conf" -fsr --noconfirm --asdeps
exit $?
'
) | \
@@ -439,7 +439,7 @@ then
echo '\
sudo pacman -Sy && \
cd "'"${tmpDir}/${paket}"'" && \
- makepkg '${log} ${checkMakepkg}' --config "'"${tmpDir}"'/makepkg.conf" -fsr --noconfirm
+ makepkg '${log} ${checkMakepkg}' --config "'"${tmpDir}"'/makepkg.conf" -fsr --noconfirm --asdeps
exit $?
'
) | \
diff --git a/bumpVersion b/bumpVersion
index bea54613..3def25eb 100755
--- a/bumpVersion
+++ b/bumpVersion
@@ -42,5 +42,5 @@ sed 's|sha512sums=.*$|'"${summen}"'|' -i PKGBUILD
rm -rf pkg src
sudo pacman -Sy
-makepkg -fcsr || exit 1
+makepkg -fcsr --noconfirm --asdeps || exit 1
git commit PKGBUILD -m "${paket} ${pkgver} -> ${remVer}"
diff --git a/neuesPerlPaket b/neuesPerlPaket
index 7845d83d..6569173b 100755
--- a/neuesPerlPaket
+++ b/neuesPerlPaket
@@ -243,7 +243,7 @@ echo "... fertig"
echo '}'
) > PKGBUILD
-makepkg -fcrs --noconfirm || exit 1
+makepkg -fcrs --noconfirm --asdeps || exit 1
echo ''
echo 'sieht soweit erst mal gut aus, oder?'