summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorTaegil Bae2021-01-04 16:08:53 +0900
committerTaegil Bae2021-01-04 16:08:53 +0900
commit455e7cf8c28dd859b52ab93bc79216b957f6628a (patch)
tree8463df64738ad5901a9ed2a24f3b2e09a70d887e /PKGBUILD
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.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
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"