summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Lange2019-10-23 19:22:29 +0200
committerThomas Lange2019-10-23 19:22:29 +0200
commit75994476903e0c07138d5432958e6c90e45bd357 (patch)
treeca05698da798606a9c1d0d2f66ced2a31070f29c
parent5a6baf160d29dede2b6d8864b45c8209bf7e8524 (diff)
downloadaur-75994476903e0c07138d5432958e6c90e45bd357.tar.gz
Remove CELT 0.11.0 submodule
See also: https://github.com/mumble-voip/mumble/commit/856eefa9ba6deb79bf1da1e0a7379e7fb88ae187
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD3
2 files changed, 2 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 163aadf2974a..b1ea9ba70f33 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = mumble-git
pkgdesc = A voice chat application similar to TeamSpeak
- pkgver = 2019.09.22
+ pkgver = 2019.10.22
pkgrel = 1
url = https://www.mumble.info/
arch = i686
diff --git a/PKGBUILD b/PKGBUILD
index 73e4ddb491ef..860e74ad8e86 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@
# to the depends and delete "no-g15" in the configure line below
pkgname=mumble-git
-pkgver=2019.09.22
+pkgver=2019.10.22
_pkgver=1.4.0
pkgrel=1
arch=('i686' 'x86_64')
@@ -38,7 +38,6 @@ prepare() {
git submodule init
git config submodule.3rdparty/fx11-src.url "$srcdir/fx11"
- git config submodule.3rdparty/celt-0.11.0-src.url "$srcdir/celt"
git config submodule.3rdparty/celt-0.7.0-src.url "$srcdir/celt"
git config submodule.3rdparty/opus-src.url "$srcdir/opus"
git config submodule.3rdparty/sbcelt-src.url "$srcdir/sbcelt"