summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index d1e753c51411..7e9a8576ad52 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,16 +3,16 @@
_modname=codec_opus
_modver=1.3.0
pkgname=asterisk-${_modname}
-_astver=19.0
+_astver=20.0
pkgver=${_astver}_${_modver}
-pkgrel=1
+pkgrel=2
pkgdesc="Opus Software Codec for Asterisk"
url="https://digium.com"
license=(EULA)
arch=(x86_64)
-depends=('asterisk>=19.0.0' 'asterisk<20.0.0')
+depends=('asterisk>=20.0.0' 'asterisk<21.0.0')
source=("https://downloads.digium.com/pub/telephony/codec_opus/asterisk-${_astver}/x86-64/${_modname}-${pkgver}-${arch}.tar.gz")
-sha256sums=('676c4d9dc0f3ad5d8586d51299c7729112243b6ecd0d6aa68587b42d60950455')
+sha256sums=('173aebec757eeddd33df27414afad3e24f701f766e44fdcaeeee93927ac00da6')
package() {
cd "${_modname}-${pkgver}-${arch}"