Date: Tuesday, April 25, 2023 @ 00:20:19
  Author: heftig
Revision: 475173

archrelease: copy trunk to staging-any

Added:
  ibus-typing-booster/repos/staging-any/PKGBUILD
    (from rev 475171, ibus-typing-booster/trunk/PKGBUILD)
Deleted:
  ibus-typing-booster/repos/staging-any/PKGBUILD

----------+
 PKGBUILD |  102 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 51 insertions(+), 51 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2023-04-25 00:20:19 UTC (rev 475172)
+++ PKGBUILD    2023-04-25 00:20:19 UTC (rev 475173)
@@ -1,51 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) <[email protected]>
-
-pkgname=ibus-typing-booster
-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=(
-  Apache
-  GPL3
-)
-depends=(
-  ibus
-  m17n-lib
-  python-dbus
-  python-gobject
-  python-pyenchant
-  sqlite
-)
-makedepends=(git)
-_commit=0938f05ebca7bc8b0778071280892b4ec06f575b  # tags/2.22.2
-source=("git+https://github.com/mike-fabian/ibus-typing-booster#commit=$_commit";)
-b2sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/[^-]*-g/r&/;s/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-  autoreconf -fvi
-}
-
-build() {
-  cd $pkgname
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
-    --libexecdir=/usr/lib/ibus
-  make
-}
-
-package() {
-  cd $pkgname
-  make DESTDIR="$pkgdir" install
-
-  cd "$pkgdir/usr/share/$pkgname/data"
-  gzip -nf --best *.{txt,json} annotations{,Derived}/*.xml
-}
-
-# vim:set sw=2 sts=-1 et:

Copied: ibus-typing-booster/repos/staging-any/PKGBUILD (from rev 475171, 
ibus-typing-booster/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2023-04-25 00:20:19 UTC (rev 475173)
@@ -0,0 +1,51 @@
+# Maintainer: Jan Alexander Steffens (heftig) <[email protected]>
+
+pkgname=ibus-typing-booster
+pkgver=2.22.4
+pkgrel=1
+pkgdesc="Predictive input method for the IBus platform"
+url="https://mike-fabian.github.io/ibus-typing-booster/";
+arch=(any)
+license=(
+  Apache
+  GPL3
+)
+depends=(
+  ibus
+  m17n-lib
+  python-dbus
+  python-gobject
+  python-pyenchant
+  sqlite
+)
+makedepends=(git)
+_commit=94d5b14aef811c3c3683526755303a4c63c4d9de  # tags/2.22.4
+source=("git+https://github.com/mike-fabian/ibus-typing-booster#commit=$_commit";)
+b2sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/[^-]*-g/r&/;s/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+  autoreconf -fvi
+}
+
+build() {
+  cd $pkgname
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+    --libexecdir=/usr/lib/ibus
+  make
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR="$pkgdir" install
+
+  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