diff options
-rwxr-xr-x | archPackagesUpdate | 4 | ||||
-rwxr-xr-x | bumpVersion | 2 | ||||
-rwxr-xr-x | neuesPerlPaket | 2 |
3 files changed, 4 insertions, 4 deletions
diff --git a/archPackagesUpdate b/archPackagesUpdate index 8200661dd..4f099a154 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 bea54613e..3def25eb3 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 7845d83d0..6569173bc 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?' |