summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-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
}