Felix Yan pushed to branch main at Arch Linux / Packaging / Packages / libskk


Commits:
1be0739c by Felix Yan at 2026-03-03T03:54:45+08:00
upgpkg: 1.1.0-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -1,19 +1,21 @@
 pkgbase = libskk
        pkgdesc = GObject-based library to deal with Japanese kana-to-kanji 
conversion method
-       pkgver = 1.0.5
-       pkgrel = 3
+       pkgver = 1.1.0
+       pkgrel = 1
        url = https://github.com/ueno/libskk
        arch = x86_64
-       license = GPL3
+       license = GPL-3.0-or-later
        makedepends = git
        makedepends = intltool
        makedepends = gnome-common
        makedepends = gobject-introspection
        makedepends = vala
+       depends = glib2
+       depends = glibc
        depends = libgee
        depends = libxkbcommon
        depends = json-glib
-       source = git+https://github.com/ueno/libskk.git#tag=1.0.5
-       sha512sums = 
a6db4fa8fe898848a20145c00bdd9e450f73fd28882b288dbe37a32628464d5fed3d72bd2039b8c2d0505b06699f1b38e3e15aa165902c5a035f22c8eba67d21
+       source = git+https://github.com/ueno/libskk.git#tag=1.1.0
+       sha512sums = 
03912fedb8180eeebfd5babfc448fc492fb0d45ccc64be0592b9357dc30ef65006d0aeef2e60ec3b1e4efa177bba7d7d41efe8e4518c7991ff658ef7d9d5d1b3
 
 pkgname = libskk


=====================================
PKGBUILD
=====================================
@@ -3,25 +3,16 @@
 # Contributor: kusanaginoturugi <[email protected]>
 
 pkgname=libskk
-pkgver=1.0.5
-pkgrel=3
+pkgver=1.1.0
+pkgrel=1
 pkgdesc='GObject-based library to deal with Japanese kana-to-kanji conversion 
method'
 arch=('x86_64')
 url='https://github.com/ueno/libskk'
-license=('GPL3')
-depends=('libgee' 'libxkbcommon' 'json-glib')
+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=('a6db4fa8fe898848a20145c00bdd9e450f73fd28882b288dbe37a32628464d5fed3d72bd2039b8c2d0505b06699f1b38e3e15aa165902c5a035f22c8eba67d21')
-
-prepare() {
-  cd libskk
-  # https://github.com/ueno/libskk/pull/85
-  git cherry-pick -n 7ec4a42459b090b23a772d6a568f910f380e44db
-
-  # https://gitlab.archlinux.org/archlinux/packaging/packages/libskk/-/issues/1
-  git cherry-pick -n a2936e865fcc00e6e0c0bfc6c1d62db19e49fe74
-}
+sha512sums=('03912fedb8180eeebfd5babfc448fc492fb0d45ccc64be0592b9357dc30ef65006d0aeef2e60ec3b1e4efa177bba7d7d41efe8e4518c7991ff658ef7d9d5d1b3')
 
 build() {
   cd libskk



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/libskk/-/commit/1be0739cef2dc033c161b588f998180e05462361

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/libskk/-/commit/1be0739cef2dc033c161b588f998180e05462361
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to