remove pinentry from base, it was caused by an pacman-key bug

This commit is contained in:
Tobias Powalowski 2014-11-12 17:39:31 +01:00
parent aa733a3353
commit 478c81f4ad

View file

@ -177,7 +177,7 @@ build ()
### add pacman
apps="pacman pacman-db-upgrade pacman-key pacsort pactree cleanupdelta makepkg pacman-optimize pkgdelta \
rankmirrors repo-add testdb repo-elephant testpkg vercmp curl gpg-agent haveged pinentry-curses"
rankmirrors repo-add testdb repo-elephant testpkg vercmp curl gpg-agent haveged"
for i in $apps; do
add_binary "$i"
done