summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index c8967bb9362a..e3f617193602 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,16 +4,16 @@
_pkgname=vokoscreen
pkgname=${_pkgname}-git
-pkgver=2.4.29.beta.5.g2bcf920
+pkgver=2.4.30.beta.3.gf4e37ee
pkgrel=2
pkgdesc='An easy to use screencast creator. Qt5 UI. Development version.'
arch=('i686' 'x86_64')
url='http://linuxecke.volkoh.de/vokoscreen/vokoscreen.html'
license=('GPL2')
-depends=('qt5-x11extras' 'qt5-multimedia' 'ffmpeg' 'lame' 'desktop-file-utils' 'xdg-utils' 'lsof')
-optdepends=(
- 'pulseaudio-alsa: for PulseAudio support'
+depends=(
+ 'qt5-x11extras' 'qt5-multimedia' 'ffmpeg' 'lame'
+ 'desktop-file-utils' 'xdg-utils' 'lsof' 'pulseaudio-alsa'
)
makedepends=('git' 'qt5-tools')
provides=("${_pkgname}=${pkgver}")