Balló György pushed to branch main at Arch Linux / Packaging / Packages / 
hunspell-hu


Commits:
b676ea88 by Balló György at 2024-04-20T01:45:20+02:00
upgpkg: 1.8.1-1: Update to new release

- - - - -


3 changed files:

- + .SRCINFO
- + .nvchecker.toml
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -0,0 +1,15 @@
+pkgbase = hunspell-hu
+       pkgdesc = Hungarian hunspell dictionary
+       pkgver = 1.8.1
+       pkgrel = 1
+       url = https://magyarispell.sourceforge.net/
+       arch = any
+       license = LGPL-3.0-or-later OR MPL-2.0
+       makedepends = git
+       makedepends = qt6-webengine
+       optdepends = hunspell: the spell checking libraries and apps
+       provides = hunspell-dictionary
+       source = 
libreoffice-dictionaries::git+https://git.libreoffice.org/dictionaries#commit=c5b2a36bde02841590b8ccc490ca88bfdb69f153
+       sha256sums = 
3205f30c06d03403c50d5ed6adc9f98c1156ebcf2294bd8e2bf23909fa055964
+
+pkgname = hunspell-hu


=====================================
.nvchecker.toml
=====================================
@@ -0,0 +1,4 @@
+[hunspell-hu]
+source = "regex"
+url = 
"https://cgit.freedesktop.org/libreoffice/dictionaries/plain/hu_HU/README_hu_HU.txt";
+regex = "Hungarian Hunspell dictionaries version (.*) with morphological data"


=====================================
PKGBUILD
=====================================
@@ -2,8 +2,8 @@
 # Contributor: AndyRTR <andy...@archlinux.org>
 
 pkgname=hunspell-hu
-pkgver=1.8
-pkgrel=2
+pkgver=1.8.1
+pkgrel=1
 pkgdesc='Hungarian hunspell dictionary'
 arch=('any')
 url='https://magyarispell.sourceforge.net/'
@@ -11,12 +11,12 @@ license=('LGPL-3.0-or-later OR MPL-2.0')
 makedepends=('git' 'qt6-webengine')
 optdepends=('hunspell: the spell checking libraries and apps')
 provides=('hunspell-dictionary')
-_commit=2404521a6c320ae5e307c6c0fed31d81de751a88
-source=("git+https://git.libreoffice.org/dictionaries#commit=$_commit";)
-sha256sums=('SKIP')
+_commit=c5b2a36bde02841590b8ccc490ca88bfdb69f153
+source=("libreoffice-dictionaries::git+https://git.libreoffice.org/dictionaries#commit=$_commit";)
+sha256sums=('3205f30c06d03403c50d5ed6adc9f98c1156ebcf2294bd8e2bf23909fa055964')
 
 package() {
-  cd dictionaries/hu_HU/
+  cd libreoffice-dictionaries/hu_HU/
   install -dm755 "$pkgdir"/usr/share/{hunspell,qt{,6}/qtwebengine_dictionaries}
   install -m644 -t "$pkgdir/usr/share/hunspell" hu_HU.dic hu_HU.aff
 



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/hunspell-hu/-/commit/b676ea88e0b75224b653b6f3dccf735b97a8be48

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/hunspell-hu/-/commit/b676ea88e0b75224b653b6f3dccf735b97a8be48
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to