summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--.gitignore2
-rw-r--r--PKGBUILD20
3 files changed, 14 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1a15268ec563..5e5e18760de7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = qpicospeaker-git
pkgdesc = Qt GUI for the svox-pico text-to-speech engine
- pkgver = r59.8c1ea53
+ pkgver = r60.7429077
pkgrel = 1
url = https://github.com/Shadowsith/qpicospeaker
arch = i686
diff --git a/.gitignore b/.gitignore
index 3ed87884aa6e..874981ba886c 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,4 +2,4 @@ tags
pkg
qpicospeaker
src
-*.tar.gz
+*.tar.xz
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