summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBleuzen2017-12-24 11:32:11 +0100
committerBleuzen2017-12-24 11:32:11 +0100
commit8f35b736b60bcd55272dcaaa353ba2aadccc329f (patch)
tree09a1e92a65392ae5ded34c19b99b67d47889a693
parenta7ac59c77ff6e98f5033cccd773bec8a7b7bd822 (diff)
downloadaur-8f35b736b60bcd55272dcaaa353ba2aadccc329f.tar.gz
removed qt4 from depends
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3185b76aeb89..5af44bc884af 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = lmms-beta
pkgdesc = Beta version of the Linux MultiMedia Studio.
pkgver = 1.2.0_rc5
- pkgrel = 2
+ pkgrel = 3
url = https://lmms.io/
arch = x86_64
license = GPL
@@ -20,7 +20,6 @@ pkgbase = lmms-beta
depends = libvorbis
depends = libxft
depends = libxinerama
- depends = qt4
depends = qt5-base
depends = qt5-x11extras
depends = sdl_sound
diff --git a/PKGBUILD b/PKGBUILD
index f315bd750364..a6e0da99bf9d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,12 +4,12 @@ pkgname=lmms-beta
_basever=1.2.0
_rc=rc5
pkgver=${_basever}_${_rc}
-pkgrel=2
+pkgrel=3
pkgdesc='Beta version of the Linux MultiMedia Studio.'
arch=('x86_64')
url='https://lmms.io/'
license=('GPL')
-depends=('sdl' 'glib2' 'fluidsynth' 'libpng' 'libvorbis' 'libxft' 'libxinerama' 'qt4' 'qt5-base' 'qt5-x11extras' 'sdl_sound'
+depends=('sdl' 'glib2' 'fluidsynth' 'libpng' 'libvorbis' 'libxft' 'libxinerama' 'qt5-base' 'qt5-x11extras' 'sdl_sound'
'libsamplerate' 'shared-mime-info' 'fltk')
optdepends=('wine: VST support (experimental)'
'fftw: SpectrumAnalyzer plugin'