summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSchwonder Reismus2019-07-14 21:18:01 +0300
committerSchwonder Reismus2019-07-14 21:18:01 +0300
commit3bdafa76531f8ef2a05ae274f6763f24a4b40359 (patch)
tree13d6143cdad228dbc1a4a92424010058a85a4f09
parent42fc6ebbfaf817fe29953683945a6317cb06e7d3 (diff)
downloadaur-3bdafa76531f8ef2a05ae274f6763f24a4b40359.tar.gz
Bump version
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 45ecac489436..204fddb7023b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = foliate-git
pkgdesc = A simple and modern GTK eBook reader
- pkgver = 1.4.0.r36.g595feba
+ pkgver = 1.5.0.r0.g6144d12
pkgrel = 1
url = https://johnfactotum.github.io/foliate/
arch = i686
@@ -17,6 +17,8 @@ pkgbase = foliate-git
optdepends = hyphen: Auto-hyphenation support
optdepends = hyphen-en: Hyphenation rules for English; you may choose package for your language
optdepends = dictd: Offline dictionary support
+ optdepends = festival: Text-to-speech support
+ optdepends = espeak-hg: Text-to-speech support
provides = foliate
conflicts = foliate
replaces = foliate
diff --git a/PKGBUILD b/PKGBUILD
index 8c68576ae5e1..77e4bfedf769 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: schw0reismus <schw0reismus@protonmail.com>
pkgname=foliate-git
-pkgver=1.4.0.r36.g595feba
+pkgver=1.5.0.r0.g6144d12
pkgrel=1
pkgdesc="A simple and modern GTK eBook reader"
arch=('i686' 'x86_64' 'armv6h' 'armv7h' 'aarch64')
@@ -12,8 +12,8 @@ makedepends=('meson>=0.40' 'ninja')
optdepends=('hyphen: Auto-hyphenation support'
'hyphen-en: Hyphenation rules for English; you may choose package for your language'
'dictd: Offline dictionary support'
- #'festival: Text-to-speech support'
- #'espeak-hg: Text-to-speech support'
+ 'festival: Text-to-speech support'
+ 'espeak-hg: Text-to-speech support'
)
source=("${pkgname%-git}::git+https://github.com/johnfactotum/${pkgname%-git}.git#branch=master")
provides=("${pkgname%-git}")