summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartchus2024-03-26 21:27:25 +0100
committerMartchus2024-03-26 21:27:25 +0100
commit2f2a8dc7d1386c5791a48fe7bc0c363333faabf7 (patch)
treeca3eec2040e9c47d4098468e2441045f091dd4a0
parente17f6378f5397f3c8554e75a0e78b789c79e6b78 (diff)
downloadaur-2f2a8dc7d1386c5791a48fe7bc0c363333faabf7.tar.gz
Update to 0.22.5
-rw-r--r--.SRCINFO11
-rw-r--r--PKGBUILD4
2 files changed, 9 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9bb0cfa1e814..46dd2029f1c2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,10 +1,13 @@
pkgbase = mingw-w64-gettext
pkgdesc = GNU internationalization library (mingw-w64)
- pkgver = 0.22
+ pkgver = 0.22.5
pkgrel = 1
url = http://www.gnu.org/software/gettext/
arch = any
- license = GPL
+ license = GPL-2.0-only
+ license = LGPL-2.0-only
+ license = GFDL-1.2-only
+ license = GPL-2.0-or-later
makedepends = gettext
makedepends = mingw-w64-configure
depends = mingw-w64-termcap
@@ -12,8 +15,8 @@ pkgbase = mingw-w64-gettext
options = !strip
options = !buildflags
options = staticlibs
- source = http://ftp.gnu.org/pub/gnu/gettext/gettext-0.22.tar.gz
- source = http://ftp.gnu.org/pub/gnu/gettext/gettext-0.22.tar.gz.sig
+ source = http://ftp.gnu.org/pub/gnu/gettext/gettext-0.22.5.tar.gz
+ source = http://ftp.gnu.org/pub/gnu/gettext/gettext-0.22.5.tar.gz.sig
source = intl.pc
validpgpkeys = 462225C3B46F34879FC8496CD605848ED7E69871
validpgpkeys = 68D94D8AAEEAD48AE7DC5B904F494A942E4616C2
diff --git a/PKGBUILD b/PKGBUILD
index 2caa4940717e..632774336854 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,12 +1,12 @@
pkgname=mingw-w64-gettext
-pkgver=0.22
+pkgver=0.22.5
pkgrel=1
arch=('any')
pkgdesc='GNU internationalization library (mingw-w64)'
depends=('mingw-w64-termcap' 'mingw-w64-libunistring')
makedepends=('gettext' 'mingw-w64-configure')
options=(!strip !buildflags staticlibs)
-license=("GPL")
+license=('GPL-2.0-only' 'LGPL-2.0-only' 'GFDL-1.2-only' 'GPL-2.0-or-later')
url="http://www.gnu.org/software/gettext/"
source=(http://ftp.gnu.org/pub/gnu/gettext/gettext-${pkgver}.tar.gz{,.sig}
intl.pc)