summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBronson2019-10-30 19:36:44 +1030
committerBronson2019-10-30 19:36:44 +1030
commit67d2e167ab30020b2eb87c096038ddca9352d2b9 (patch)
treee60c528e3735fc0f2f281abe45d3cddc1f118cd5
parenta78e3ebf1c7ca8447c3ffec1444bd7607567d926 (diff)
downloadaur-67d2e167ab30020b2eb87c096038ddca9352d2b9.tar.gz
updated to cmake build
new version
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 52d74981f01f..dce4961d566c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = audiobook-git
pkgdesc = A simple audio book reader. Written in Qt and C++.
- pkgver = r25.5be3f94
+ pkgver = r33.5d6696b
pkgrel = 1
url = https://github.com/bit-shift-io/audiobook
arch = x86_64
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
}