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


Commits:
8d8ffbe8 by Balló György at 2024-05-13T10:20:44+02:00
Add pkgver(), use b2sums

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -10,6 +10,6 @@ pkgbase = mythes-hu
        makedepends = libmythes
        optdepends = libmythes: offers thesaurus library functions
        source = 
libreoffice-dictionaries::git+https://git.libreoffice.org/dictionaries#commit=a4473e06b56bfe35187e302754f6baaa8d75e54f
-       sha256sums = 
e4d6d54282eb5fa8b1b2b23171382029832c976ed442f5f982a0c5bb7b6db96f
+       b2sums = 
73ee00045596ce279d8d26bdb60c7bdb9ff4e9c3ac172a0e5d356a69949f60cb496f546fce6b388918fc2e3bd1030de0409553c9cd81d622511210a045469070
 
 pkgname = mythes-hu


=====================================
PKGBUILD
=====================================
@@ -13,7 +13,12 @@ makedepends=('git' 'libmythes')
 optdepends=('libmythes: offers thesaurus library functions')
 _commit=a4473e06b56bfe35187e302754f6baaa8d75e54f
 
source=("libreoffice-dictionaries::git+https://git.libreoffice.org/dictionaries#commit=$_commit";)
-sha256sums=('e4d6d54282eb5fa8b1b2b23171382029832c976ed442f5f982a0c5bb7b6db96f')
+b2sums=('73ee00045596ce279d8d26bdb60c7bdb9ff4e9c3ac172a0e5d356a69949f60cb496f546fce6b388918fc2e3bd1030de0409553c9cd81d622511210a045469070')
+
+pkgver() {
+  cd libreoffice-dictionaries/hu_HU/
+  sed -n "s/.*Hungarian Thesaurus, version \(.*\) (.*/\1/p" 
README_th_hu_HU_v2.txt
+}
 
 build() {
   cd libreoffice-dictionaries/hu_HU/



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/mythes-hu/-/commit/8d8ffbe8ff9eb7a910a8577ca887cb7727050186

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


Reply via email to