diff options
author | Leonardo Arena <rnalrd@alpinelinux.org> | 2017-04-17 12:46:38 +0000 |
---|---|---|
committer | Leonardo Arena <rnalrd@alpinelinux.org> | 2017-04-17 12:47:12 +0000 |
commit | 878a957bfc97bd6f2c15e363deb13f3c29a791c0 (patch) | |
tree | 1c5fe9a95797af99516f4b6b78e18afbfc98fa44 | |
parent | 87f53cd01e81d8f0f5a5647bf37582887284e818 (diff) | |
download | aports-878a957bfc97bd6f2c15e363deb13f3c29a791c0.tar.bz2 aports-878a957bfc97bd6f2c15e363deb13f3c29a791c0.tar.xz |
community/terminator: one more depends missing
-rw-r--r-- | community/terminator/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/community/terminator/APKBUILD b/community/terminator/APKBUILD index c80a8c1fe4..9e4a1ebc3b 100644 --- a/community/terminator/APKBUILD +++ b/community/terminator/APKBUILD @@ -2,13 +2,13 @@ # Maintainer: Francesco Colista <fcolista@alpinelinux.org> pkgname=terminator pkgver=1.91 -pkgrel=1 +pkgrel=2 pkgdesc="Terminal emulator that supports tabs and grids" url="http://gnometerminator.blogspot.fr/p/introduction.html" arch="noarch" license="GPL2" depends="py-gtk xdg-utils vte dbus-glib gettext intltool keybinder3 - gsettings-desktop-schemas" + gconf gsettings-desktop-schemas" makedepends="" install="" subpackages="$pkgname-doc $pkgname-lang" |