summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlfredo Ramos2016-09-03 23:16:02 -0500
committerAlfredo Ramos2016-09-03 23:16:02 -0500
commit35f56715eb6b0581f922bcaa0d74fc1eeb58b6d3 (patch)
tree27fa6a983675df79f351055102e50e39aef1d11a
parent9c8ae51ea6959bcece5b5c242ec4581521f91540 (diff)
downloadaur-35f56715eb6b0581f922bcaa0d74fc1eeb58b6d3.tar.gz
Update dependencies
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index fb78d6b9627c..027968e4a268 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -8,13 +8,13 @@ pkgbase = vokoscreen-git
license = GPL2
makedepends = git
makedepends = qt5-tools
+ makedepends = libxrandr
depends = qt5-x11extras
depends = qt5-multimedia
depends = ffmpeg
depends = lame
depends = lsof
depends = pulseaudio-alsa
- depends = libxrandr
depends = xdg-utils
provides = vokoscreen=2.5.0.11.g6f8da2f
conflicts = vokoscreen
diff --git a/PKGBUILD b/PKGBUILD
index b6b4ebe71624..019bc0582a53 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -13,9 +13,9 @@ license=('GPL2')
depends=(
'qt5-x11extras' 'qt5-multimedia' 'ffmpeg' 'lame'
- 'lsof' 'pulseaudio-alsa' 'libxrandr' 'xdg-utils'
+ 'lsof' 'pulseaudio-alsa' 'xdg-utils'
)
-makedepends=('git' 'qt5-tools')
+makedepends=('git' 'qt5-tools' 'libxrandr')
provides=("${_pkgname}=${pkgver}")
conflicts=("${_pkgname}")