summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorpushsla2019-10-23 09:17:09 +0000
committerpushsla2019-10-23 09:17:09 +0000
commit01860094c630a38f624a7dd94fc012174c6c8162 (patch)
tree97ed696d153d501087437bb15f817eccb3fc62e8
parent4121a791995c6b83685ae8129c65b1569d157e4f (diff)
downloadaur-01860094c630a38f624a7dd94fc012174c6c8162.tar.gz
rel 22
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD5
2 files changed, 3 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1a24fffbb247..6184e14006f3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = xneur-devel-git
pkgdesc = X Neural Switcher detects the input language and corrects keyboard layout. Git version
pkgver = 0.20.0
- pkgrel = 21
+ pkgrel = 22
url = https://github.com/AndrewCrewKuznetsov/xneur-devel
arch = any
license = GPL
diff --git a/PKGBUILD b/PKGBUILD
index 1695a1fdec7a..976e67acb609 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@
pkgname=xneur-devel-git
pkgver=0.20.0
-pkgrel=21
+pkgrel=22
epoch=
pkgdesc="X Neural Switcher detects the input language and corrects keyboard layout. Git version"
arch=('any')
@@ -44,8 +44,7 @@ build() {
cd "$srcdir/xneur-devel/xneur"
./autogen.sh --prefix=/usr/ --sysconfdir=/etc --without-xosd --with-gtk=gtk2
#./configure --prefix=/usr/ --sysconfdir=/etc --without-xosd --with-gtk=gtk2
- cmake -S . -B build -DCMAKE_BUILD_TYPE=Release
- -DCMAKE_INSTALL_PREFIX:PATH=/usr
+ cmake -S . -B build -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX:PATH=/usr
cmake --build build
}