Date: Monday, May 15, 2023 @ 23:47:53
  Author: heftig
Revision: 477939

2.22.5-1

Modified:
  ibus-typing-booster/trunk/PKGBUILD

----------+
 PKGBUILD |   14 ++++++++++----
 1 file changed, 10 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2023-05-15 22:28:21 UTC (rev 477938)
+++ PKGBUILD    2023-05-15 23:47:53 UTC (rev 477939)
@@ -1,7 +1,7 @@
 # Maintainer: Jan Alexander Steffens (heftig) <[email protected]>
 
 pkgname=ibus-typing-booster
-pkgver=2.22.4
+pkgver=2.22.5
 pkgrel=1
 pkgdesc="Predictive input method for the IBus platform"
 url="https://mike-fabian.github.io/ibus-typing-booster/";
@@ -19,7 +19,7 @@
   sqlite
 )
 makedepends=(git)
-_commit=94d5b14aef811c3c3683526755303a4c63c4d9de  # tags/2.22.4
+_commit=f3a0dec6546d631dada80654ad043466bbf317bc  # tags/2.22.5
 
source=("git+https://github.com/mike-fabian/ibus-typing-booster#commit=$_commit";)
 b2sums=('SKIP')
 
@@ -34,9 +34,15 @@
 }
 
 build() {
+  local configure_options=(
+    --prefix=/usr
+    --sysconfdir=/etc
+    --localstatedir=/var
+    --libexecdir=/usr/lib/ibus
+  )
+
   cd $pkgname
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
-    --libexecdir=/usr/lib/ibus
+  ./configure "${configure_options[@]}"
   make
 }
 

Reply via email to