summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBronson2019-10-30 19:36:44 +1030
committerBronson2019-10-30 19:36:44 +1030
commit67d2e167ab30020b2eb87c096038ddca9352d2b9 (patch)
treee60c528e3735fc0f2f281abe45d3cddc1f118cd5 /PKGBUILD
parenta78e3ebf1c7ca8447c3ffec1444bd7607567d926 (diff)
downloadaur-67d2e167ab30020b2eb87c096038ddca9352d2b9.tar.gz
updated to cmake build
new version
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 832d8ef9944b..eec4c0b354da 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: bronson mathews <bronsonmathews@gmail.com> -> http://bit-shift.io -> https://github.com/bit-shift-io
pkgname=audiobook-git
-pkgver=r25.5be3f94
+pkgver=r33.5d6696b
pkgrel=1
pkgdesc="A simple audio book reader. Written in Qt and C++."
arch=('x86_64')
@@ -21,7 +21,7 @@ build() {
cd "${pkgname}"
mkdir -p build
cd "${srcdir}/${pkgname}/build"
- qmake ../audiobook.pro -r CONFIG+=release PREFIX=/usr
+ cmake .. -DCMAKE_INSTALL_PREFIX=../install
make
}