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

Felix Yan fyan at archlinux.org
Fri Mar 4 14:18:54 UTC 2016


    Date: Friday, March 4, 2016 @ 15:18:54
  Author: fyan
Revision: 164786

upgpkg: yakuake 3.0.2-2

fix dependency on konsole

Modified:
  yakuake/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-03-04 14:16:19 UTC (rev 164785)
+++ PKGBUILD	2016-03-04 14:18:54 UTC (rev 164786)
@@ -6,12 +6,12 @@
 
 pkgname=yakuake
 pkgver=3.0.2
-pkgrel=1
+pkgrel=2
 pkgdesc="A drop-down terminal emulator based on KDE konsole technology"
 arch=('i686' 'x86_64')
 url='http://yakuake.kde.org/'
 license=('GPL')
-depends=('knotifyconfig' 'knewstuff' 'kparts')
+depends=('konsole' 'knewstuff')
 makedepends=('extra-cmake-modules')
 install="${pkgname}.install"
 source=("http://download.kde.org/stable/${pkgname}/${pkgver}/src/${pkgname}-${pkgver}.tar.xz")



More information about the arch-commits mailing list