summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFelix Golatofski2020-01-19 19:02:55 +0100
committerFelix Golatofski2020-01-19 19:02:55 +0100
commit7e61a174ceb0ebbea509d691fbf0f7448a929ecd (patch)
tree2373eba1b109b2c02db1b9508f0fe3131cae2775
parenta45ab25c9a7e5a568aa8f0e2446eed39bf4dd947 (diff)
downloadaur-asterisk-espeak.tar.gz
Updated to 5.0-rc1
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD9
2 files changed, 9 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 525920b8c1f4..fe57c12d7ffa 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,18 +1,18 @@
pkgbase = asterisk-espeak
pkgdesc = Asterisk module that provides the "eSpeak" dialplan application. It allows you to use the eSpeak text to speech synthesizer.
- pkgver = 2.2
+ pkgver = 5.0
pkgrel = 1
url = https://github.com/zaf/asterisk-espeak
arch = i686
arch = x86_64
license = GPL2
- depends = asterisk>=1.6
+ depends = asterisk>=15
depends = espeak
depends = libsamplerate
depends = libsndfile
backup = etc/asterisk/espeak.conf
- source = https://github.com/zaf/asterisk-espeak/archive/v2.2.tar.gz
- sha1sums = 54dd328122237ca604835123c7073fe450df8b6e
+ source = https://github.com/zaf/asterisk-espeak/archive/v5.0-rc1.tar.gz
+ sha512sums = cc8b646e3e050256b729f9666f11c8db583553cb15f1ee8aa9fde07272f3d59ba9b2775d110c4f629cb263205432c8c1ed9b4122bba4622970ff2cd5f4a51e5d
pkgname = asterisk-espeak
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() {