Date: Saturday, November 5, 2022 @ 21:47:17
  Author: heftig
Revision: 460721

2.19.7-1

Modified:
  ibus-typing-booster/trunk/PKGBUILD

----------+
 PKGBUILD |    9 ++++++---
 1 file changed, 6 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2022-11-05 21:44:30 UTC (rev 460720)
+++ PKGBUILD    2022-11-05 21:47:17 UTC (rev 460721)
@@ -1,7 +1,7 @@
 # Maintainer: Jan Alexander Steffens (heftig) <[email protected]>
 
 pkgname=ibus-typing-booster
-pkgver=2.18.10
+pkgver=2.19.7
 pkgrel=1
 pkgdesc="Predictive input method for the IBus platform"
 url="https://mike-fabian.github.io/ibus-typing-booster/";
@@ -9,7 +9,7 @@
 license=(GPL3 Apache)
 depends=(ibus python-gobject python-dbus python-pyenchant m17n-lib sqlite)
 makedepends=(git)
-_commit=de1469f9689ce8e45f1d65468a07ce8232f0d6b8  # tags/2.18.10
+_commit=bc85a7cc06e3728ef8437d0092272750b0996efc  # tags/2.19.7
 
source=("git+https://github.com/mike-fabian/ibus-typing-booster#commit=$_commit";)
 sha512sums=('SKIP')
 
@@ -25,7 +25,8 @@
 
 build() {
   cd $pkgname
-  ./configure --prefix=/usr --libexec=/usr/lib/ibus
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+    --libexecdir=/usr/lib/ibus
   make
 }
 
@@ -36,3 +37,5 @@
   cd "$pkgdir/usr/share/$pkgname/data"
   gzip -nf --best *.{txt,json} annotations{,Derived}/*.xml
 }
+
+# vim:set sw=2 sts=-1 et:

Reply via email to