summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Baur2018-03-05 22:53:27 +0100
committerMatthias Baur2018-03-05 22:53:27 +0100
commit1728b80a0dcaf4cca1c89431b66fa1d03481b646 (patch)
treee450740a059bd495824dcb743945cf719011720a
parent425e79b3861c7225080d2b4d50ff3a63c3102ef8 (diff)
downloadaur-1728b80a0dcaf4cca1c89431b66fa1d03481b646.tar.gz
Install into /usr
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ae64b51c987e..d9b866b0a43d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
pkgbase = noson-app
pkgdesc = The essential to control music from your SONOS devices on Linux platforms
pkgver = 3.3.1
- pkgrel = 1
- url = https://janbar.github.io/noson-app/
+ pkgrel = 2
+ url = https://janbar.github.io/noson-app
arch = x86_64
groups = base-devel
license = GPL3
diff --git a/PKGBUILD b/PKGBUILD
index 41e57bcab054..5f4627282f62 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Matthias Baur <aur@matthiasbaur.me>
pkgname=noson-app
pkgver=3.3.1
-pkgrel=1
+pkgrel=2
pkgdesc="The essential to control music from your SONOS devices on Linux platforms"
arch=('x86_64')
url="https://janbar.github.io/noson-app"
@@ -21,7 +21,9 @@ build() {
mkdir -p "$srcdir/build"
cd "$srcdir/build"
cmake "$srcdir/${pkgname%-git}" \
- -DCMAKE_BUILD_TYPE=Release
+ -DCMAKE_BUILD_TYPE=Release \
+ -DCMAKE_INSTALL_PREFIX=/usr \
+ -DCMAKE_INSTALL_LIBDIR=/lib
make
}