[arch-commits] Commit in aws-c-common/trunk (PKGBUILD)

Anatol Pomozov anatolik at archlinux.org
Fri Oct 16 17:03:04 UTC 2020


    Date: Friday, October 16, 2020 @ 17:03:04
  Author: anatolik
Revision: 724789

upgpkg: aws-c-common 0.4.59-2: Add a symlink to unstable library for the backward compatibility until all the clients (e.g. osquery) are moved off it

Modified:
  aws-c-common/trunk/PKGBUILD

----------+
 PKGBUILD |    5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-10-16 17:02:55 UTC (rev 724788)
+++ PKGBUILD	2020-10-16 17:03:04 UTC (rev 724789)
@@ -2,7 +2,7 @@
 
 pkgname=aws-c-common
 pkgver=0.4.59
-pkgrel=1
+pkgrel=2
 pkgdesc='Core c99 package for AWS SDK for C. Includes cross-platform primitives, configuration, data structures, and error handling.'
 arch=(x86_64)
 url='https://github.com/awslabs/aws-c-common'
@@ -29,4 +29,7 @@
 
   cmake --build build --target install -- DESTDIR="$pkgdir/"
   install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+
+  # Add a temporary symlink for backward compatibility
+  ln -s libaws-c-common.so.1 "$pkgdir"/usr/lib/libaws-c-common.so.0unstable
 }



More information about the arch-commits mailing list