summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 94c1e256ec96..e136dd47af99 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,13 +2,13 @@
pkgname=simple-text
pkgver=0.9.5
-pkgrel=1
+pkgrel=2
epoch=1
pkgdesc="A not so simple text and code editor written in Vala (Still in development)"
arch=('i686' 'x86_64')
license=('GPL2')
url="https://github.com/badwolfie/$pkgname"
-depends=('gtk3>=3.16' 'gtksourceview3' 'libgee' 'vte3' 'dconf')
+depends=('gtk3-typeahead>=3.16' 'gtksourceview3' 'libgee' 'vte3' 'dconf')
makedepends=('vala' 'git' 'intltool')
options=('!emptydirs')
source=("$pkgname-$pkgver::git+$url.git")