Jan Alexander Steffens (heftig) pushed to branch main at Arch Linux / Packaging
/ Packages / ibus-typing-booster
Commits:
90483d20 by Jan Alexander Steffens (heftig) at 2024-02-07T05:11:46+01:00
2.25.0-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,11 +1,11 @@
pkgbase = ibus-typing-booster
pkgdesc = Predictive input method for the IBus platform
- pkgver = 2.24.12
+ pkgver = 2.25.0
pkgrel = 1
url = https://mike-fabian.github.io/ibus-typing-booster/
arch = any
- license = Apache
- license = GPL3
+ license = Apache-2.0
+ license = GPL-3.0-or-later
makedepends = git
makedepends = python-pygame
depends = ibus
@@ -15,7 +15,7 @@ pkgbase = ibus-typing-booster
depends = python-pyenchant
depends = sqlite
optdepends = python-pygame: Audible feedback (sounds)
- source =
git+https://github.com/mike-fabian/ibus-typing-booster#commit=f501ea1fd6f2d8b6af528109676df46747bffe34
+ source =
git+https://github.com/mike-fabian/ibus-typing-booster#commit=f5dc105106a4079addf0300bc9b7c08c4acfc208
b2sums = SKIP
pkgname = ibus-typing-booster
=====================================
PKGBUILD
=====================================
@@ -1,14 +1,14 @@
# Maintainer: Jan Alexander Steffens (heftig) <[email protected]>
pkgname=ibus-typing-booster
-pkgver=2.24.12
+pkgver=2.25.0
pkgrel=1
pkgdesc="Predictive input method for the IBus platform"
url="https://mike-fabian.github.io/ibus-typing-booster/"
arch=(any)
license=(
- Apache
- GPL3
+ Apache-2.0
+ GPL-3.0-or-later
)
depends=(
ibus
@@ -25,7 +25,7 @@ makedepends=(
optdepends=(
'python-pygame: Audible feedback (sounds)'
)
-_commit=f501ea1fd6f2d8b6af528109676df46747bffe34 # tags/2.24.12
+_commit=f5dc105106a4079addf0300bc9b7c08c4acfc208 # tags/2.25.0
source=("git+https://github.com/mike-fabian/ibus-typing-booster#commit=$_commit")
b2sums=('SKIP')
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/ibus-typing-booster/-/commit/90483d2092fd26282818b2347bd2ba3d9c1ce428
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/ibus-typing-booster/-/commit/90483d2092fd26282818b2347bd2ba3d9c1ce428
You're receiving this email because of your account on gitlab.archlinux.org.