summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorThomas Lange2021-06-02 19:27:21 +0200
committerThomas Lange2021-06-02 19:27:21 +0200
commit7f92e2afec3233ae8fef78876170014933797dff (patch)
tree8d170ff7d10ef0402d09eafc850a16e6f6a60825 /PKGBUILD
parent1597ec6b10e7882343eb8505d9f485776f764e26 (diff)
downloadaur-7f92e2afec3233ae8fef78876170014933797dff.tar.gz
Remove mumble-theme submodule
See also: https://github.com/mumble-voip/mumble/pull/5064
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 2 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 444398967c24..16d7e6c3b632 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@
_pkgname=mumble
pkgname="$_pkgname-git"
-pkgver=1.4.0.development.snapshot.006.r27.g8c99fe811
+pkgver=1.4.0.development.snapshot.006.r84.g6fc8de5f3
pkgrel=1
epoch=1
pkgdesc='An Open Source, low-latency, high quality voice chat software (git version)'
@@ -26,11 +26,10 @@ optdepends=('speech-dispatcher: Text-to-Speech support'
provides=("$_pkgname")
conflicts=("$_pkgname")
source=('git://github.com/mumble-voip/mumble.git'
- 'git://github.com/mumble-voip/mumble-theme.git'
'git://github.com/mumble-voip/celt-0.7.0.git'
'git://github.com/mumble-voip/opus.git'
'git://github.com/mumble-voip/speex.git')
-sha256sums=('SKIP' 'SKIP' 'SKIP' 'SKIP' 'SKIP')
+sha256sums=('SKIP' 'SKIP' 'SKIP' 'SKIP')
pkgver() {
cd "$_pkgname"
@@ -44,7 +43,6 @@ prepare() {
git config submodule.3rdparty/celt-0.7.0-src.url "$srcdir/celt"
git config submodule.3rdparty/opus.url "$srcdir/opus"
git config submodule.3rdparty/speex.url "$srcdir/speex"
- git config submodule.themes/Mumble.url "$srcdir/mumble-theme"
git submodule update
}