Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages / ibus-hangul
Commits: 74fe3af3 by Antonio Rojas at 2023-12-25T11:16:06+01:00 upgpkg: 1.5.5-1: Update to 1.5.5 - - - - - 2 changed files: - + .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -0,0 +1,18 @@ +pkgbase = ibus-hangul + pkgdesc = Korean input engine for IBus + pkgver = 1.5.5 + pkgrel = 1 + url = https://github.com/libhangul/ibus-hangul + arch = x86_64 + license = GPL + makedepends = intltool + makedepends = gnome-common + depends = ibus + depends = libhangul + depends = iso-codes + depends = gtk-update-icon-cache + depends = python-gobject + source = ibus-hangul-1.5.5.tar.gz::https://github.com/libhangul/ibus-hangul/archive/1.5.5.tar.gz + sha512sums = 8b633b4bfbe4af0cade423878e850421e6b66e7bfc8b598a322208b6d09fc0d1006345edcd1cd00e40574bff83af8755a0fbd3d65e2427be681ac9235225d8ca + +pkgname = ibus-hangul ===================================== PKGBUILD ===================================== @@ -3,8 +3,8 @@ # Contributor: Radim Hvizdák <hvizdakr at gmail dot com> pkgname=ibus-hangul -pkgver=1.5.4 -pkgrel=5 +pkgver=1.5.5 +pkgrel=1 pkgdesc='Korean input engine for IBus' arch=('x86_64') url='https://github.com/libhangul/ibus-hangul' @@ -12,7 +12,7 @@ license=('GPL') depends=('ibus' 'libhangul' 'iso-codes' 'gtk-update-icon-cache' 'python-gobject') makedepends=('intltool' 'gnome-common') source=("$pkgname-$pkgver.tar.gz::https://github.com/libhangul/ibus-hangul/archive/${pkgver}.tar.gz") -sha512sums=('9ee5a3364fdfb1ec0177c797009f9723f1c7c9bb096c24ec2a8b12340e230207df4c7fe490534dea237850822cd307c6971dec56e9767b5a9fcef82278875b01') +sha512sums=('8b633b4bfbe4af0cade423878e850421e6b66e7bfc8b598a322208b6d09fc0d1006345edcd1cd00e40574bff83af8755a0fbd3d65e2427be681ac9235225d8ca') build() { cd "${srcdir}/${pkgname}-${pkgver}" View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/ibus-hangul/-/commit/74fe3af3e03b08dd5979e64bba1f779aae1a1b94 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/ibus-hangul/-/commit/74fe3af3e03b08dd5979e64bba1f779aae1a1b94 You're receiving this email because of your account on gitlab.archlinux.org.
