summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorFelix Golatofski2020-01-19 19:02:55 +0100
committerFelix Golatofski2020-01-19 19:02:55 +0100
commit7e61a174ceb0ebbea509d691fbf0f7448a929ecd (patch)
tree2373eba1b109b2c02db1b9508f0fe3131cae2775 /PKGBUILD
parenta45ab25c9a7e5a568aa8f0e2446eed39bf4dd947 (diff)
downloadaur-asterisk-espeak.tar.gz
Updated to 5.0-rc1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD9
1 files changed, 5 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index d2b600a9963f..2f3ad2eb4b39 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,15 +1,16 @@
# Maintainer : Dylan Whichard <dylan at whichard dot com>
_pkgname=Asterisk-eSpeak
pkgname=asterisk-espeak
-pkgver=2.2
+_pkgver=5.0-rc1
+pkgver=5.0
pkgrel=1
pkgdesc='Asterisk module that provides the "eSpeak" dialplan application. It allows you to use the eSpeak text to speech synthesizer.'
arch=('i686' 'x86_64')
url='https://github.com/zaf/asterisk-espeak'
license=('GPL2')
-depends=('asterisk>=1.6' 'espeak' 'libsamplerate' 'libsndfile')
-source=("https://github.com/zaf/${pkgname}/archive/v${pkgver}.tar.gz")
-sha1sums=('54dd328122237ca604835123c7073fe450df8b6e')
+depends=('asterisk>=15' 'espeak' 'libsamplerate' 'libsndfile')
+source=("https://github.com/zaf/${pkgname}/archive/v${_pkgver}.tar.gz")
+sha512sums=('cc8b646e3e050256b729f9666f11c8db583553cb15f1ee8aa9fde07272f3d59ba9b2775d110c4f629cb263205432c8c1ed9b4122bba4622970ff2cd5f4a51e5d')
backup=('etc/asterisk/espeak.conf')
build() {