Felix Yan pushed to branch main at Arch Linux / Packaging / Packages / libskk
Commits:
8e28d96d by Felix Yan at 2026-03-06T15:20:04+08:00
upgpkg: 1.1.1-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = libskk
pkgdesc = GObject-based library to deal with Japanese kana-to-kanji
conversion method
- pkgver = 1.1.0
+ pkgver = 1.1.1
pkgrel = 1
url = https://github.com/ueno/libskk
arch = x86_64
@@ -15,7 +15,7 @@ pkgbase = libskk
depends = libgee
depends = libxkbcommon
depends = json-glib
- source = git+https://github.com/ueno/libskk.git#tag=1.1.0
- sha512sums =
03912fedb8180eeebfd5babfc448fc492fb0d45ccc64be0592b9357dc30ef65006d0aeef2e60ec3b1e4efa177bba7d7d41efe8e4518c7991ff658ef7d9d5d1b3
+ source = git+https://github.com/ueno/libskk.git#tag=1.1.1
+ sha512sums =
11a0c877c0c28bdf026e5b7bad8c858d21d8f0a1439b5f88524007ab3cf0387a7f1207ebf0d42e46dfad31fa41b6277ff534f76e66e84ab3e34cdabdf242735d
pkgname = libskk
=====================================
PKGBUILD
=====================================
@@ -3,7 +3,7 @@
# Contributor: kusanaginoturugi <[email protected]>
pkgname=libskk
-pkgver=1.1.0
+pkgver=1.1.1
pkgrel=1
pkgdesc='GObject-based library to deal with Japanese kana-to-kanji conversion
method'
arch=('x86_64')
@@ -12,7 +12,7 @@ license=('GPL-3.0-or-later')
depends=('glib2' 'glibc' 'libgee' 'libxkbcommon' 'json-glib')
makedepends=('git' 'intltool' 'gnome-common' 'gobject-introspection' 'vala')
source=("git+https://github.com/ueno/libskk.git#tag=$pkgver")
-sha512sums=('03912fedb8180eeebfd5babfc448fc492fb0d45ccc64be0592b9357dc30ef65006d0aeef2e60ec3b1e4efa177bba7d7d41efe8e4518c7991ff658ef7d9d5d1b3')
+sha512sums=('11a0c877c0c28bdf026e5b7bad8c858d21d8f0a1439b5f88524007ab3cf0387a7f1207ebf0d42e46dfad31fa41b6277ff534f76e66e84ab3e34cdabdf242735d')
build() {
cd libskk
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/libskk/-/commit/8e28d96d2c46ed488f4ec1f82cd133ec59a37a2f
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/libskk/-/commit/8e28d96d2c46ed488f4ec1f82cd133ec59a37a2f
You're receiving this email because of your account on gitlab.archlinux.org.