summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD12
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ad2efe0e88e6..3872d0ce1eac 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Mon Nov 28 11:25:00 UTC 2016
+# Mon Nov 28 11:36:08 UTC 2016
pkgbase = snapcast
pkgdesc = Synchronous multi-room audio player
pkgver = 0.10.0
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/badaix/snapcast
arch = i686
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index 871062fd3b37..f10dc58d547d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=snapcast
pkgver=0.10.0
-pkgrel=1
+pkgrel=2
pkgdesc="Synchronous multi-room audio player"
arch=('i686' 'x86_64' 'armv6h' 'armv7h')
url="https://github.com/badaix/snapcast"
@@ -33,11 +33,11 @@ prepare() {
# 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
+ git submodule update --init asio
+ git submodule update --init flac
+ git submodule update --init ogg
+ git submodule update --init popl
+ git submodule update --init tremor
}
build() {