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


Commits:
9d68a2ea by Balló György at 2024-05-13T10:32:36+02:00
Add pkgver(), use b2sums

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -8,6 +8,6 @@ pkgbase = hyphen-hu
        makedepends = git
        optdepends = hyphen: offers hyphenation library functions
        source = 
libreoffice-dictionaries::git+https://git.libreoffice.org/dictionaries#commit=491736b0e775f7d4a0bfd9ed9ce94ec296e3e988
-       sha256sums = 
4ce7d02ee15c5b01f1d6281f817473db5bd89c41323c8c6b91abc96b08783653
+       b2sums = 
7185f4b88e140a5022f3fa5d5ece52effa19ae72d2c6a313ccb664d5800263fcb9758f6340aedb34238c3483a185702993dccb9eba657d244d16ce12f1fc0d14
 
 pkgname = hyphen-hu


=====================================
PKGBUILD
=====================================
@@ -12,7 +12,12 @@ makedepends=('git')
 optdepends=('hyphen: offers hyphenation library functions')
 _commit=491736b0e775f7d4a0bfd9ed9ce94ec296e3e988
 
source=("libreoffice-dictionaries::git+https://git.libreoffice.org/dictionaries#commit=$_commit";)
-sha256sums=('4ce7d02ee15c5b01f1d6281f817473db5bd89c41323c8c6b91abc96b08783653')
+b2sums=('7185f4b88e140a5022f3fa5d5ece52effa19ae72d2c6a313ccb664d5800263fcb9758f6340aedb34238c3483a185702993dccb9eba657d244d16ce12f1fc0d14')
+
+pkgver() {
+  cd libreoffice-dictionaries/hu_HU/
+  sed -n "s/.*Patch version: \(.*\).*/\1/p" README_hyph_hu_HU.txt | sed 
's/-//g'
+}
 
 package() {
   cd libreoffice-dictionaries/hu_HU/



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/hyphen-hu/-/commit/9d68a2eac117ba4bed7215c80fa14437722f4fe1

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


Reply via email to