Andreas Radke pushed to branch main at Arch Linux / Packaging / Packages / 
libmythes


Commits:
79953a4e by Andreas Radke at 2024-07-14T16:43:47+02:00
upgpkg: 1:1.2.5-2; rebuild to add .SRCINFO; SPDX license

- - - - -


2 changed files:

- + .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -0,0 +1,18 @@
+pkgbase = libmythes
+       pkgdesc = a simple thesaurus
+       pkgver = 1.2.5
+       pkgrel = 2
+       epoch = 1
+       url = https://github.com/hunspell/mythes
+       arch = x86_64
+       license = BSD-3-Clause-Modification
+       license = MIT
+       makedepends = hunspell
+       depends = glibc
+       depends = gcc-libs
+       depends = perl
+       provides = mythes
+       source = 
https://github.com/hunspell/mythes/releases/download/v1.2.5/mythes-1.2.5.tar.xz
+       sha256sums = 
19279f70707bbe5ffa619f2dc319f888cec0c4a8d339dc0a21330517bd6f521d
+
+pkgname = libmythes


=====================================
PKGBUILD
=====================================
@@ -2,13 +2,13 @@
 
 pkgname=libmythes
 pkgver=1.2.5
-pkgrel=1
+pkgrel=2
 epoch=1
 pkgdesc="a simple thesaurus"
 arch=('x86_64')
 url="https://github.com/hunspell/mythes";
-license=('custom')
-depends=('glibc' 'perl')
+license=('BSD-3-Clause-Modification' 'MIT')
+depends=('glibc' 'gcc-libs' 'perl')
 makedepends=('hunspell')
 provides=('mythes')
 
source=(https://github.com/hunspell/mythes/releases/download/v${pkgver}/mythes-${pkgver}.tar.xz)



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/libmythes/-/commit/79953a4edbeea938cb878779c7d4568fd684f2a4

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/libmythes/-/commit/79953a4edbeea938cb878779c7d4568fd684f2a4
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to