From 35913c4ebee3a5afb74ef8c610d2c4172f75e1c6 Mon Sep 17 00:00:00 2001 From: Anton Hvornum Date: Sun, 11 Oct 2020 14:04:41 +0200 Subject: Added imports for `archinstall.TTS()` as well as added optinal depends for `PKGBUILD` files. --- PKGBUILD/python-archinstall/PKGBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'PKGBUILD/python-archinstall') diff --git a/PKGBUILD/python-archinstall/PKGBUILD b/PKGBUILD/python-archinstall/PKGBUILD index ccf8f683..6fa0f044 100644 --- a/PKGBUILD/python-archinstall/PKGBUILD +++ b/PKGBUILD/python-archinstall/PKGBUILD @@ -11,7 +11,7 @@ md5sums=('SKIP') arch=('x86_64') source=("${pkgname}-v${pkgver}-x86_64.tar.gz::https://github.com/Torxed/archinstall/archive/v$pkgver.tar.gz") depends=('python>=3.8') -#optdepends=('python-pip: Adds pip version handling and management.') +optdepends=('pyttsx3: Adds text-to-speach support for log/screen output.') build() { cd "archinstall-${pkgver}" -- cgit v1.2.3-54-g00ecf