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