summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBart De Vries2016-11-28 12:25:24 +0100
committerBart De Vries2016-11-28 12:25:24 +0100
commitce57451c58fd09b945fee378eae7700ff2c70a18 (patch)
tree46e4dc4f81017597560f4310116e2b41c5b5d22a /PKGBUILD
parentf7a45de7b905f384597d964de7fd49da05a7e219 (diff)
downloadaur-ce57451c58fd09b945fee378eae7700ff2c70a18.tar.gz
Update to upstream version 0.10.0.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD11
1 files changed, 9 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 4328ab0246be..871062fd3b37 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Bart De Vries <devriesb@gmail.com>
pkgname=snapcast
-pkgver=0.9.0
+pkgver=0.10.0
pkgrel=1
pkgdesc="Synchronous multi-room audio player"
arch=('i686' 'x86_64' 'armv6h' 'armv7h')
@@ -30,7 +30,14 @@ prepare() {
cd "$pkgname"
patch -p1 -i "$srcdir/$pkgname-systemd.patch"
cd externals
- git submodule update --init --recursive
+ # submodule update barfs on vorbis which is in 0.10.0, but unused!
+ # switch back to line below on next version!
+ #git submodule update --init --recursive
+ git submodule update asio
+ git submodule update flac
+ git submodule update ogg
+ git submodule update popl
+ git submodule update tremor
}
build() {