diff --git a/community/rpm/APKBUILD b/community/rpm/APKBUILD index d3d018447aa..b37c61183f8 100644 --- a/community/rpm/APKBUILD +++ b/community/rpm/APKBUILD @@ -1,6 +1,6 @@ # Maintainer: Celeste pkgname=rpm -pkgver=4.19.0 +pkgver=4.19.1 pkgrel=0 pkgdesc="Redhat Package Management utilities (RPM)" url="https://rpm.org/" @@ -97,7 +97,7 @@ py_rpm() { } sha512sums=" -84801954eab8390af86388c96e0a446b0924bc3791dabcb8641dbaa53586ca852400c0b53c969c06e716949aa36ce337de7d6ba1ffc09eca31900af250f205cb rpm-4.19.0.tar.bz2 +12e6c7294a98032418ec9a0510a8183658483fe713d67e6890a9c0da44748371df45a26af6055d08470b85b5dec0cf94795d17c5b3e11db08b20ef07e8e06642 rpm-4.19.1.tar.bz2 432bfbdb681401e54fe437030ff3b4a06a89eb65d1fbff23ddf7e4286f3cc8b647d43b210b0973907216defe614b708ee3d0f365a40cf67351f2a667f231d885 fix-glibc-glob.patch -785e0a705581c5ff96e6659ea169c7e54e49b1ecb604f6ac28bea5d0068e68c6df002014d684f1683c0476444005086b01df2bf4714c21751ee067465604b889 link-intl.patch +d55a15bf91ecd3e3809865e291bff4af6e63c15c5de05cb760b05b1dc0ab7458a97a58ec670f05ca95a63e08481eb86bf82d754a019b33801d7af9d585d2ed48 link-intl.patch " diff --git a/community/rpm/link-intl.patch b/community/rpm/link-intl.patch index 1a0f4a87eb9..7ff441bf7e6 100644 --- a/community/rpm/link-intl.patch +++ b/community/rpm/link-intl.patch @@ -1,6 +1,6 @@ ---- a/CMakeLists.txt -+++ b/CMakeLists.txt -@@ -433,6 +433,9 @@ +--- a/tools/CMakeLists.txt ++++ b/tools/CMakeLists.txt +@@ -40,6 +40,9 @@ get_property(executables DIRECTORY PROPERTY BUILDSYSTEM_TARGETS) foreach(exe ${executables}) target_link_libraries(${exe} PRIVATE librpmio librpm PkgConfig::POPT)