summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index d810fd25094c..fd9e129560eb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,14 @@
pkgname=lwt-git
-pkgver=20150830
+pkgver=20160210
pkgrel=1
pkgdesc="Lightweight terminal emulator based on the VTE and GTK libraries."
url="https://github.com/mewkiz/lwt"
arch=('x86_64' 'i686')
license=('public domain')
-depends=('gtk3' 'vte3')
+depends=('gtk3' 'vte3' 'iniparser')
makedepends=('git')
conflicts=('lwt')
+install=${pkgname}.install
_gitroot='https://github.com/mewkiz/lwt.git'
_gitname='lwt'