[arch-commits] Commit in terminator/trunk (PKGBUILD)
Giancarlo Razzolini
grazzolini at archlinux.org
Fri Dec 9 02:54:17 UTC 2016
Date: Friday, December 9, 2016 @ 02:54:15
Author: grazzolini
Revision: 198522
upgpkg: terminator 1.0-2
Fix missing psutil dependency
Modified:
terminator/trunk/PKGBUILD
----------+
PKGBUILD | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2016-12-09 02:48:43 UTC (rev 198521)
+++ PKGBUILD 2016-12-09 02:54:15 UTC (rev 198522)
@@ -7,7 +7,7 @@
pkgname=terminator
pkgver=1.0
-pkgrel=1
+pkgrel=2
pkgdesc='Terminal emulator that supports tabs and grids'
arch=('any')
url='http://gnometerminator.blogspot.fr/p/introduction.html'
@@ -14,7 +14,7 @@
license=('GPL2')
# Note: the package named 'vte3' is actually vte for GTK 3
# and terminator seems to require vte for GTK 2
-depends=('vte' 'pygtk' 'dbus-glib' 'xdg-utils' 'python2-notify' 'python2-keybinder2')
+depends=('vte' 'pygtk' 'dbus-glib' 'xdg-utils' 'python2-psutil' 'python2-notify' 'python2-keybinder2')
makedepends=('desktop-file-utils' 'gettext' 'intltool')
source=("https://launchpad.net/terminator/trunk/${pkgver}/+download/${pkgname}-${pkgver}.tar.gz"
"https://launchpad.net/terminator/trunk/${pkgver}/+download/${pkgname}-${pkgver}.tar.gz.asc")
More information about the arch-commits
mailing list