summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 3 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index c782fda64a8d..bcc9512dde50 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,9 @@ license=('GPL3')
url="https://github.com/Keruspe/Germinal"
source=("http://www.imagination-land.org/files/$pkgname/$pkgname-$pkgver.tar.xz")
-depends=('glib2' 'vte3' 'pango')
+makedepends=('intltool')
+
+depends=('glib2' 'vte3' 'pango' 'tmux')
arch=('i686' 'x86_64')
md5sums=('ad1ee404474be863dfd122a748138c3d')