summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD3
2 files changed, 3 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2b138258fbbb..c1554dc1b490 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Fri Dec 7 15:06:49 UTC 2018
+# Mon Dec 10 07:59:28 UTC 2018
pkgbase = clementine-qt5-git
pkgdesc = Experimental Qt5 version of Clementine, a modern music player and library organiser.
pkgver = 1.3.1.r659.g453270c8b
diff --git a/PKGBUILD b/PKGBUILD
index 922e8077f615..c4de61b1358a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -52,7 +52,8 @@ build() {
# Don't make a release build since it's experimental and we would need debug/info/warning messages
# Add -DCMAKE_BUILD_TYPE=Release if you're an adventurer
cmake "../Clementine" \
- -DCMAKE_INSTALL_PREFIX=/usr
+ -DCMAKE_INSTALL_PREFIX=/usr \
+ -DENABLE_SPOTIFY_BLOB=off
make
}