summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBłażej Szczygieł2016-06-26 23:00:15 +0200
committerBłażej Szczygieł2016-06-26 23:00:15 +0200
commit0f9bf0c34ab4c30e216e79ff35e6df5ab97e2b84 (patch)
tree6aaf1a731c13ccb4a51933dad11a67d71f042157
parent3bfa8ccb7ea304018fafddaa0f6fc7e3e1fecf37 (diff)
downloadaur-0f9bf0c34ab4c30e216e79ff35e6df5ab97e2b84.tar.gz
Always use Qt5
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 324b63118038..e8d537cc572d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Fri Jun 24 19:16:06 UTC 2016
+# Sun Jun 26 21:00:00 UTC 2016
pkgbase = qmplay2-git
pkgdesc = QMPlay2 is a video and audio player which can play most formats and codecs
- pkgver = 16.06.23
+ pkgver = 16.06.26
pkgrel = 1
url = http://qt-apps.org/content/show.php/QMPlay2?content=153339
install = qmplay2-git.install
diff --git a/PKGBUILD b/PKGBUILD
index 3f6d3e8a96be..bc8e7a685f5c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: zaps166 <spaz16@wp.pl>
pkgname=qmplay2-git
-pkgver=16.06.23
+pkgver=16.06.26
pkgrel=1
pkgdesc='QMPlay2 is a video and audio player which can play most formats and codecs'
arch=('i686' 'x86_64' 'armv7' 'armv6' 'armv5')
@@ -31,7 +31,7 @@ build()
cd $srcdir
mkdir -p QMPlay2-build
cd QMPlay2-build
- cmake ../QMPlay2 -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_INSTALL_LIBDIR=lib $USE_SIDPLAYFP
+ cmake ../QMPlay2 -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_INSTALL_LIBDIR=lib -DUSE_QT5=YES $USE_SIDPLAYFP
time make
}