Date: Sunday, April 9, 2023 @ 13:24:08
  Author: heftig
Revision: 473562

2.22.2-1

Modified:
  ibus-typing-booster/trunk/PKGBUILD

----------+
 PKGBUILD |   22 ++++++++++++++++------
 1 file changed, 16 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2023-04-09 13:23:16 UTC (rev 473561)
+++ PKGBUILD    2023-04-09 13:24:08 UTC (rev 473562)
@@ -1,17 +1,27 @@
 # Maintainer: Jan Alexander Steffens (heftig) <[email protected]>
 
 pkgname=ibus-typing-booster
-pkgver=2.19.10
-pkgrel=2
+pkgver=2.22.2
+pkgrel=1
 pkgdesc="Predictive input method for the IBus platform"
 url="https://mike-fabian.github.io/ibus-typing-booster/";
 arch=(any)
-license=(GPL3 Apache)
-depends=(ibus python-gobject python-dbus python-pyenchant m17n-lib sqlite)
+license=(
+  Apache
+  GPL3
+)
+depends=(
+  ibus
+  m17n-lib
+  python-dbus
+  python-gobject
+  python-pyenchant
+  sqlite
+)
 makedepends=(git)
-_commit=865c6c40ce4a079807c014680e63fa2e5d602aab  # tags/2.19.10
+_commit=0938f05ebca7bc8b0778071280892b4ec06f575b  # tags/2.22.2
 
source=("git+https://github.com/mike-fabian/ibus-typing-booster#commit=$_commit";)
-sha512sums=('SKIP')
+b2sums=('SKIP')
 
 pkgver() {
   cd $pkgname

Reply via email to