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 23ce1be41413..ebe98fa08823 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = oscar-git
pkgdesc = Open-source, cross platform, sleep tracking software with a focus on monitoring CPAP treatment. Fork of the sleepyhead project.
- pkgver = 1.0.r2477.a102a85d
+ pkgver = 1.0.r2504.545d48af
pkgrel = 1
url = https://gitlab.com/pholy/OSCAR-code
arch = i686
diff --git a/PKGBUILD b/PKGBUILD
index 42f2ec37365e..122ae96cb6a6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Contributor: Jason Lenz <Jason@Lenzplace.org>
_pkgname=oscar
pkgname=oscar-git
-pkgver=1.0.r2477.a102a85d
+pkgver=1.0.r2504.545d48af
pkgrel=1
pkgdesc="Open-source, cross platform, sleep tracking software with a focus on monitoring CPAP treatment. Fork of the sleepyhead project."
arch=('i686' 'x86_64')
@@ -34,7 +34,7 @@ pkgver() {
build() {
cd OSCAR-code
- ./configure
+ qmake OSCAR_QT.pro
make -j$(cat /proc/cpuinfo | awk '/^processor/{print $3}' | wc -l)
}