Christian Heusel pushed to branch main at Arch Linux / Packaging / Packages / gtkspell3
Commits: eddc000f by Christian Heusel at 2024-06-11T11:10:38+02:00 upgpkg: 3.0.10-3 - - - - - 2 changed files: - + .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -0,0 +1,16 @@ +pkgbase = gtkspell3 + pkgdesc = Provides word-processor-style highlighting and replacement of misspelled words in a GtkTextView widget + pkgver = 3.0.10 + pkgrel = 3 + url = http://gtkspell.sourceforge.net/ + arch = x86_64 + license = GPL + makedepends = intltool + makedepends = gobject-introspection + makedepends = vala + depends = gtk3 + depends = enchant + source = https://downloads.sourceforge.net/gtkspell/gtkspell3-3.0.10.tar.xz + sha256sums = b040f63836b347eb344f5542443dc254621805072f7141d49c067ecb5a375732 + +pkgname = gtkspell3 ===================================== PKGBUILD ===================================== @@ -4,7 +4,7 @@ pkgname=gtkspell3 pkgver=3.0.10 -pkgrel=2 +pkgrel=3 pkgdesc='Provides word-processor-style highlighting and replacement of misspelled words in a GtkTextView widget' arch=('x86_64') url='http://gtkspell.sourceforge.net/' View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/gtkspell3/-/commit/eddc000f229c983a1929cd7ea4917c9a408d5eb7 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/gtkspell3/-/commit/eddc000f229c983a1929cd7ea4917c9a408d5eb7 You're receiving this email because of your account on gitlab.archlinux.org.
