summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTaegil Bae2021-01-04 16:08:53 +0900
committerTaegil Bae2021-01-04 16:08:53 +0900
commit455e7cf8c28dd859b52ab93bc79216b957f6628a (patch)
tree8463df64738ad5901a9ed2a24f3b2e09a70d887e
parentc148455bb93d202e9f6fdc7e11a42542214c5e48 (diff)
downloadaur-455e7cf8c28dd859b52ab93bc79216b957f6628a.tar.gz
buildflags make a problem
When bomi exits, `QThread::start: Thread termination error (no such process)` is printed. Disable custom buildflags.
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD3
2 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f50db0998f05..f00a03ae9131 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = bomi-git
pkgdesc = Powerful and easy-to-use GUI multimedia player based on mpv (git version)
- pkgver = 0.9.11.r59.g28e54164
+ pkgver = 0.9.11.r60.gc9e545eb
pkgrel = 1
url = http://bomi-player.github.io
arch = i686
@@ -42,6 +42,7 @@ pkgbase = bomi-git
provides = bomi
conflicts = cmplayer
conflicts = bomi
+ options = !buildflags
source = git+https://github.com/demokritos/bomi.git
md5sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index a8c78c33077c..700cf1a75d95 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@
_pkgbase=bomi
pkgname=$_pkgbase-git
-pkgver=0.9.11.r59.g28e54164
+pkgver=0.9.11.r60.gc9e545eb
pkgrel=1
pkgdesc="Powerful and easy-to-use GUI multimedia player based on mpv (git version)"
arch=('i686' 'x86_64')
@@ -27,6 +27,7 @@ conflicts=('cmplayer' 'bomi')
source=(git+https://github.com/demokritos/${_pkgbase}.git)
md5sums=('SKIP')
#options=(debug !strip)
+options=(!buildflags)
pkgver() {
cd "$srcdir/$_pkgbase"