From e08c9654603cf3d6988df5b7f1a1d33b60abcde5 Mon Sep 17 00:00:00 2001 From: Erich Eckner Date: Tue, 24 May 2016 09:07:06 +0200 Subject: --asdeps für alle makepkg-Aufrufe neu MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- archPackagesUpdate | 4 ++-- bumpVersion | 2 +- neuesPerlPaket | 2 +- 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?' -- cgit v1.2.3-54-g00ecf