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

Guillaume Alaux guillaume at nymeria.archlinux.org
Wed Mar 13 20:18:45 UTC 2013


    Date: Wednesday, March 13, 2013 @ 21:18:45
  Author: guillaume
Revision: 86238

Set dependency back to vte rather than vte3

Modified:
  terminator/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-03-13 19:59:28 UTC (rev 86237)
+++ PKGBUILD	2013-03-13 20:18:45 UTC (rev 86238)
@@ -6,12 +6,12 @@
 
 pkgname=terminator
 pkgver=0.96
-pkgrel=3
+pkgrel=4
 pkgdesc='Terminal emulator that supports tabs and grids'
 arch=('any')
 url='http://www.tenshu.net/p/terminator.html'
 license=('GPL2')
-depends=('vte3' 'pygtk' 'xdg-utils' 'python2-notify' 'python2-keybinder2')
+depends=('vte' 'pygtk' 'xdg-utils' 'python2-notify' 'python2-keybinder2')
 makedepends=('desktop-file-utils' 'gettext' 'intltool')
 install=terminator.install
 source=("https://launchpad.net/terminator/trunk/${pkgver}/+download/${pkgname}_${pkgver}.tar.gz")




More information about the arch-commits mailing list