summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--iso-codes/.signature6
-rw-r--r--iso-codes/Pkgfile5
2 files changed, 4 insertions, 7 deletions
diff --git a/iso-codes/.signature b/iso-codes/.signature
index de2c08912..8b7636451 100644
--- a/iso-codes/.signature
+++ b/iso-codes/.signature
@@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/opt.pub
-RWSE3ohX2g5d/W0Gx+OLMWt+NxYMPmHk1/F0pQlcWvd8/yL2fPvRRl6XTXyz98TU0A4ZK+ilQtED92xcN1CMhosVRMkA8/LvdAQ=
-SHA256 (Pkgfile) = 073c01dafa9e2c9be5e31c5ceaeb04f8abe6ac7c0c1ef46a199b688981a322a5
+RWSE3ohX2g5d/f27Jr+s7dsA+LHNrcjMgWPupfG9G6RCnnmDGEHEipe9D19xQOR7D4QfMIVTynLjJkw1dcQNVy2+NoLCYebUsgk=
+SHA256 (Pkgfile) = 81e111a82c047e284ebdddae787a28ba71240921b13a150c24a1e797521dd199
SHA256 (.footprint) = 0a1d30b6bec0054f5efc0b751d6aa72c7f71bfff948cba60450195323b1e0f0b
-SHA256 (iso-codes-v4.11.0.tar.gz) = 408f799df4135468fa7ca35eb6b05c4004bea443d81ca58b89b2e482401a82bb
+SHA256 (iso-codes-v4.12.0.tar.gz) = ead53ac6cb000a726350eda10381b2339e7bed0680924d761d63f28f32da94b5
diff --git a/iso-codes/Pkgfile b/iso-codes/Pkgfile
index 7e4411ea3..0cbc8d274 100644
--- a/iso-codes/Pkgfile
+++ b/iso-codes/Pkgfile
@@ -4,17 +4,14 @@
# Depends on: gettext python3
name=iso-codes
-version=4.11.0
+version=4.12.0
release=1
source=(https://salsa.debian.org/iso-codes-team/iso-codes/-/archive/v$version/iso-codes-v$version.tar.gz)
build() {
cd $name-v$version
-
./configure --prefix=/usr
-
make
make DESTDIR=$PKG install
-
rm -r $PKG/usr/share/locale
}

Generated by cgit