summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBłażej Szczygieł2019-08-23 20:16:56 +0200
committerBłażej Szczygieł2019-08-23 20:16:56 +0200
commitfee326993501a5489b9e5f5d97358074e51be004 (patch)
tree07823dcabf4dbf5c694e4a709b2ae7f754030e66
parent8f509d413d4fc6fe1ae56138c1cb67a96d0637f5 (diff)
downloadaur-fee326993501a5489b9e5f5d97358074e51be004.tar.gz
Bump version, update
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD9
2 files changed, 6 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 875548592feb..683d187ad894 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Sun Jul 14 08:23:57 UTC 2019
+# Fri Aug 23 18:16:12 UTC 2019
pkgbase = qmplay2-git
pkgdesc = QMPlay2 is a video and audio player which can play most formats and codecs
- pkgver = 18.12.26
- pkgrel = 3
+ pkgver = 19.08.23
+ pkgrel = 1
url = http://zaps166.sourceforge.net/?app=QMPlay2
arch = i686
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index fb23a4eabfac..bf749ffb63de 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: zaps166 <spaz16@wp.pl>
pkgname=qmplay2-git
-pkgver=18.12.26
-pkgrel=3
+pkgver=19.08.23
+pkgrel=1
pkgdesc='QMPlay2 is a video and audio player which can play most formats and codecs'
arch=('i686' 'x86_64' 'armv7h' 'armv6h' 'aarch64')
url='http://zaps166.sourceforge.net/?app=QMPlay2'
@@ -26,16 +26,13 @@ build()
# Uncomment below line if you don't want to have 'libsidplayfp' dependency and remove it from 'depends' list
#USE_SIDPLAYFP='-DUSE_CHIPTUNE_SID=OFF'
- # Uncomment below line if you don't want to use 'jemalloc' and remove it from 'depends' list
- #USE_JEMALLOC='-DUSE_JEMALLOC=ON'
-
# Uncomment below line for ccache
#USE_CCACHE='-DCMAKE_CXX_COMPILER_LAUNCHER=ccache'
cd $srcdir
mkdir -p QMPlay2-build
cd QMPlay2-build
- cmake ../QMPlay2 -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_INSTALL_LIBDIR=lib -DUSE_LINK_TIME_OPTIMIZATION=OFF $USE_CCACHE $USE_JEMALLOC $USE_SIDPLAYFP
+ cmake ../QMPlay2 -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_INSTALL_LIBDIR=lib -DUSE_LINK_TIME_OPTIMIZATION=OFF $USE_CCACHE $USE_SIDPLAYFP
time make
}