Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/PKGBUILD/python-archinstall
diff options
context:
space:
mode:
authorAnton Hvornum <anton.feeds+github@gmail.com>2020-10-11 14:04:41 +0200
committerAnton Hvornum <anton.feeds+github@gmail.com>2020-10-11 14:04:41 +0200
commit35913c4ebee3a5afb74ef8c610d2c4172f75e1c6 (patch)
tree1a54b4766060695a7633b7b4429d1d9adce6cc4f /PKGBUILD/python-archinstall
parent2f5aa052a1211fc9c98bd0d5e1cf15059cd6e728 (diff)
Added imports for `archinstall.TTS()` as well as added optinal depends for `PKGBUILD` files.
Diffstat (limited to 'PKGBUILD/python-archinstall')
-rw-r--r--PKGBUILD/python-archinstall/PKGBUILD2
1 files changed, 1 insertions, 1 deletions
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}"