summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorpushsla2018-11-24 14:21:31 +0300
committerpushsla2018-11-24 14:21:31 +0300
commit597bc0cb769a105411a6b7f2d6b14231abb13f05 (patch)
tree3733eddc489b0b3cd71fc3d730eee1ef29cb36ab /PKGBUILD
parent9072a0d3fc41f2c60f5af3bfde870e34c64734c0 (diff)
downloadaur-597bc0cb769a105411a6b7f2d6b14231abb13f05.tar.gz
enchant now in makedepends
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index fa88066237c0..8a60f1b7e8c2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@
pkgname=xneur-devel-git
pkgver=0.20.0
-pkgrel=3
+pkgrel=4
epoch=
pkgdesc="X Neural Switcher detects the input language and corrects keyboard layout. Git version"
arch=('any')
@@ -16,7 +16,7 @@ url="https://github.com/AndrewCrewKuznetsov/xneur-devel"
license=('GPL')
groups=()
depends=('xosd')
-makedepends=('git')
+makedepends=('git' 'enchant')
checkdepends=()
optdepends=()
provides=('xneur')