summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorShadowsith2020-03-05 21:11:46 +0100
committerShadowsith2020-03-05 21:11:46 +0100
commit641485f8f5b38e31703275478f53efba64aed84d (patch)
tree0f251933f741d1a9baf5f65d67b07a9a8384866c /PKGBUILD
parentdc145b016acbef50f3ba4ad366f6ebc374efd644 (diff)
downloadaur-qpicospeaker-git.tar.gz
update PKGBUILD/SRCINFO
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD20
1 files changed, 12 insertions, 8 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 2ef2281905c9..cdbffea69911 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,23 +2,27 @@
pkgname=qpicospeaker-git
pkgsrc=qpicospeaker
-pkgver=r59.8c1ea53
+pkgver=r60.7429077
pkgrel=1
-pkgdesc='Qt GUI for the svox-pico text-to-speech engine'
+pkgdesc="Qt GUI for the svox-pico text-to-speech engine"
arch=('i686' 'x86_64' 'aarch64' 'arm')
-url='https://github.com/Shadowsith/qpicospeaker'
+url="https://github.com/Shadowsith/qpicospeaker"
licence=('MIT')
-depends=('sox' 'svox-pico-bin')
-makedepends=('qt5-base' 'qt5-multimedia')
-optdepends=()
+depends=(
+ 'sox'
+ 'svox-pico-bin'
+)
+makedepends=(
+ 'qt5-base'
+ 'qt5-multimedia'
+)
backup=("")
-install=
source=("git+https://github.com/Shadowsith/qpicospeaker")
sha256sums=('SKIP')
prepare() {
build=build
- if [ -d "$build"]; then
+ if [ -d "$build" ]; then
rm -r build
fi
if [ ! -d "$build" ]; then