summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJeffrey Zhang2022-01-23 23:38:44 +0800
committerJeffrey Zhang2022-01-23 23:38:44 +0800
commit68665bbb8c1eb4e4d51fa75d2e5203f68ba830b5 (patch)
tree9a55b010d807c58c3fe75525114e6e480df454b8 /PKGBUILD
parentaea1a3f0d0340baf7c718289f64f29adb87df44c (diff)
downloadaur-terminator-git.tar.gz
add libnotify and gsettings-desktop-schemas to depends
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD7
1 files changed, 4 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 390ce6ceaf54..80da02d2ecf6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,14 @@
# Maintainer: Jeffrey Zhang zhang.lei.fly@gmail.com
pkgname=terminator-git
-pkgver=2.0
+pkgver=2.1.1.136.gca335e45
pkgrel=1
pkgdesc='multiple GNOME terminals in one window'
arch=('any')
url='https://github.com/gnome-terminator/terminator.git'
license=('GPL2')
-depends=('gconf'
+depends=('gsettings-desktop-schemas'
'libkeybinder3'
+ 'libnotify'
'python-cairo'
'python-configobj'
'python-dbus'
@@ -15,7 +16,7 @@ depends=('gconf'
'python-psutil'
'vte3'
'xdg-utils')
-makedepends=('git' 'intltool' 'python-setuptools')
+makedepends=('git' 'intltool' 'python-setuptools' 'python-pip')
conflicts=('terminator' 'terminator-gtk3-bzr')
source=("git+https://github.com/gnome-terminator/terminator.git")
sha256sums=('SKIP')