summaryrefslogtreecommitdiffstats
path: root/abs/core/pacman/pacman-5.2.1-reproducible-libprovides.patch
diff options
context:
space:
mode:
authorBritney Fransen <brfransen@gmail.com>2020-07-05 02:10:03 (GMT)
committerBritney Fransen <brfransen@gmail.com>2020-07-05 02:10:03 (GMT)
commit800581e2e4365df59f1dc293b2c411786a99ccaf (patch)
treede0e4a7ba7818974fb2c46001cbd171f6e856063 /abs/core/pacman/pacman-5.2.1-reproducible-libprovides.patch
parentcad3e735f2af8eb22f7b9e37e977558ca39c409d (diff)
downloadlinhes_pkgbuild-800581e2e4365df59f1dc293b2c411786a99ccaf.zip
linhes_pkgbuild-800581e2e4365df59f1dc293b2c411786a99ccaf.tar.gz
linhes_pkgbuild-800581e2e4365df59f1dc293b2c411786a99ccaf.tar.bz2
pacman: update to 5.2.2
Diffstat (limited to 'abs/core/pacman/pacman-5.2.1-reproducible-libprovides.patch')
-rw-r--r--abs/core/pacman/pacman-5.2.1-reproducible-libprovides.patch13
1 files changed, 0 insertions, 13 deletions
diff --git a/abs/core/pacman/pacman-5.2.1-reproducible-libprovides.patch b/abs/core/pacman/pacman-5.2.1-reproducible-libprovides.patch
deleted file mode 100644
index fea6958..0000000
--- a/abs/core/pacman/pacman-5.2.1-reproducible-libprovides.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-diff --git a/scripts/makepkg.sh.in b/scripts/makepkg.sh.in
-index d1416d15..b95a03af 100644
---- a/scripts/makepkg.sh.in
-+++ b/scripts/makepkg.sh.in
-@@ -521,7 +521,7 @@ find_libprovides() {
- missing=0
- case "$p" in
- *.so)
-- mapfile -t filename < <(find "$pkgdir" -type f -name $p\*)
-+ mapfile -t filename < <(find "$pkgdir" -type f -name $p\* | LC_ALL=C sort)
- if [[ $filename ]]; then
- # packages may provide multiple versions of the same library
- for fn in "${filename[@]}"; do