[arch-commits] Commit in vmpk/trunk (PKGBUILD)

Jelle van der Waa jelle at archlinux.org
Mon Mar 28 09:40:51 UTC 2016


    Date: Monday, March 28, 2016 @ 11:40:51
  Author: jelle
Revision: 168683

FS#44547 add missing dependency libxkbcommon-x11

Modified:
  vmpk/trunk/PKGBUILD

----------+
 PKGBUILD |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-03-28 09:17:35 UTC (rev 168682)
+++ PKGBUILD	2016-03-28 09:40:51 UTC (rev 168683)
@@ -3,13 +3,13 @@
 
 pkgname=vmpk
 pkgver=0.6.2a
-pkgrel=1
+pkgrel=2
 pkgdesc="Virtual MIDI Piano Keyboard"
 arch=('i686' 'x86_64')
 url="http://vmpk.sourceforge.net/"
 license=('GPL3')
 depends=('drumstick' 'qt5-x11extras')
-makedepends=('cmake' 'docbook-xsl' 'qt5-tools')
+makedepends=('cmake' 'docbook-xsl' 'qt5-tools' 'libxkbcommon-x11')
 install="$pkgname.install"
 source=("http://downloads.sourceforge.net/project/$pkgname/$pkgname/${pkgver::-1}/$pkgname-$pkgver.tar.bz2")
 md5sums=('8d96d6b615c5d7a3f188275fcd0c08a1')



More information about the arch-commits mailing list