diff options
Diffstat (limited to 'community/smtube/PKGBUILD')
-rw-r--r-- | community/smtube/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/community/smtube/PKGBUILD b/community/smtube/PKGBUILD index 30d8cbec4..eefb3c744 100644 --- a/community/smtube/PKGBUILD +++ b/community/smtube/PKGBUILD @@ -1,15 +1,15 @@ -# $Id: PKGBUILD 110192 2014-04-26 13:30:11Z speps $ +# $Id: PKGBUILD 112193 2014-05-29 16:12:28Z speps $ # Maintainer : speps <speps at aur dot archlinux dot org> # Contributor: Andreas Schnaiter <rc.poison@gmail.com> pkgname=smtube pkgver=2.1 -pkgrel=2 +pkgrel=3 pkgdesc="A small youtube browser" arch=('i686' 'x86_64') url="http://smplayer.sourceforge.net" license=('GPL') -depends=('qt5-script' 'desktop-file-utils' 'hicolor-icon-theme') +depends=('qt5-script' 'desktop-file-utils' 'hicolor-icon-theme' 'libxkbcommon-x11') makedepends=('qt5-tools') optdepends=('mplayer: play videos with MPlayer' 'smplayer: play videos with SMPlayer' |