summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorpushsla2018-11-24 14:22:51 +0300
committerpushsla2018-11-24 14:22:51 +0300
commit4afc3124fb9b28d05d927a08b5e4a26385db0b6b (patch)
treed8729c77732927b8010631c7a74ea52581e3a9b6
parent597bc0cb769a105411a6b7f2d6b14231abb13f05 (diff)
downloadaur-4afc3124fb9b28d05d927a08b5e4a26385db0b6b.tar.gz
enchant now in makedepends
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD6
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 860a8d6634ab..ecfb35230d3b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = xneur-devel-git
pkgdesc = X Neural Switcher detects the input language and corrects keyboard layout. Git version
pkgver = 0.20.0
- pkgrel = 4
+ pkgrel = 5
url = https://github.com/AndrewCrewKuznetsov/xneur-devel
arch = any
license = GPL
makedepends = git
- makedepends = enchant
depends = xosd
+ depends = enchant
provides = xneur
conflicts = xneur
replaces = xneur
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')