[arch-commits] Commit in mbedtls/trunk (PKGBUILD)

Kyle Keen kkeen at archlinux.org
Wed Feb 18 01:10:00 UTC 2015


    Date: Wednesday, February 18, 2015 @ 02:10:00
  Author: kkeen
Revision: 127897

upgpkg: mbedtls 1.3.10-2

Modified:
  mbedtls/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2015-02-18 00:50:08 UTC (rev 127896)
+++ PKGBUILD	2015-02-18 01:10:00 UTC (rev 127897)
@@ -5,7 +5,7 @@
 
 pkgname=mbedtls
 pkgver=1.3.10
-pkgrel=1
+pkgrel=2
 pkgdesc="Portable cryptographic and SSL/TLS library, aka polarssl"
 arch=('i686' 'x86_64')
 url="https://www.polarssl.org/"
@@ -41,4 +41,6 @@
 package() {
   cd "$pkgname-$pkgver"
   make DESTDIR="$pkgdir/usr" install
+  rm "$pkgdir/usr/lib/libmbedtls.so.8"
+  ln -s /usr/lib/libmbedtls.so "$pkgdir/usr/lib/libmbedtls.so.8"
 }



More information about the arch-commits mailing list