summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD11
2 files changed, 10 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7e7487ef7bdb..7d11e1b9a2b7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,17 +1,17 @@
pkgbase = asterisk-espeak
pkgdesc = Asterisk module that provides the "eSpeak" dialplan application. It allows you to use the eSpeak text to speech synthesizer.
pkgver = 5.0
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/zaf/asterisk-espeak
arch = i686
arch = x86_64
- license = GPL2
+ license = GPL-2.0-only
depends = asterisk>=15
depends = espeak-ng
depends = libsamplerate
- depends = libsndfile
+ depends = glibc
backup = etc/asterisk/espeak.conf
- source = https://github.com/zaf/asterisk-espeak/archive/v5.0.tar.gz
+ source = asterisk-espeak-5.0.tar.gz::https://github.com/zaf/asterisk-espeak/archive/v5.0.tar.gz
sha512sums = e9d4cd5dd2e3227b9def7f93fbab58838409f43d5ab45f09ba6856df8e15f1023b4a32e0f3c89faeba7dc44f340a9715725e60320bb4bf8996aa7fbff0c08a96
pkgname = asterisk-espeak
diff --git a/PKGBUILD b/PKGBUILD
index 845d8e99ea90..ec35719ae085 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,16 +1,17 @@
-# Maintainer: Michał Wojdyła < micwoj9292 at gmail dot com >
+# Maintainer :
+# Contributor : Michał Wojdyła < micwoj9292 at gmail dot com >
# Contributor : Dylan Whichard <dylan at whichard dot com>
_pkgname=Asterisk-eSpeak
pkgname=asterisk-espeak
_pkgver=5.0-rc1
pkgver=5.0
-pkgrel=2
+pkgrel=3
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>=15' 'espeak-ng' 'libsamplerate' 'libsndfile')
-source=("https://github.com/zaf/${pkgname}/archive/v${pkgver}.tar.gz")
+license=('GPL-2.0-only')
+depends=('asterisk>=15' 'espeak-ng' 'libsamplerate' 'glibc')
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/zaf/${pkgname}/archive/v${pkgver}.tar.gz")
sha512sums=('e9d4cd5dd2e3227b9def7f93fbab58838409f43d5ab45f09ba6856df8e15f1023b4a32e0f3c89faeba7dc44f340a9715725e60320bb4bf8996aa7fbff0c08a96')
backup=('etc/asterisk/espeak.conf')