Felix Yan pushed to branch main at Arch Linux / Packaging / Packages / gspell
Commits: fbee9b92 by Felix Yan at 2023-12-11T16:26:54+02:00 upgpkg: 1.12.2-2: rebuild with icu 74 - - - - - 2 changed files: - + .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -0,0 +1,32 @@ +pkgbase = gspell + pkgdesc = Spell-checking library for GTK applications + pkgver = 1.12.2 + pkgrel = 2 + url = https://gitlab.gnome.org/GNOME/gspell + arch = x86_64 + license = LGPL + makedepends = autoconf-archive + makedepends = git + makedepends = gobject-introspection + makedepends = gtk-doc + makedepends = vala + depends = enchant + depends = glib2 + depends = gtk3 + depends = icu + source = git+https://gitlab.gnome.org/GNOME/gspell.git#commit=cbb3ae2e21234eae84e1f827bf1f27fdd0e32299 + b2sums = SKIP + +pkgname = gspell + depends = enchant + depends = glib2 + depends = gtk3 + depends = icu + depends = libenchant-2.so + depends = libgtk-3.so + depends = libglib-2.0.so + depends = libgobject-2.0.so + depends = libgio-2.0.so + depends = libicuuc.so + depends = libpango-1.0.so + provides = libgspell-1.so ===================================== PKGBUILD ===================================== @@ -3,7 +3,7 @@ pkgname=gspell pkgver=1.12.2 -pkgrel=1 +pkgrel=2 pkgdesc="Spell-checking library for GTK applications" url="https://gitlab.gnome.org/GNOME/gspell" arch=(x86_64) View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/gspell/-/commit/fbee9b9290f5abcaeded4303b2b32bc128d8775d -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/gspell/-/commit/fbee9b9290f5abcaeded4303b2b32bc128d8775d You're receiving this email because of your account on gitlab.archlinux.org.
