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

Alexander Rødseth arodseth at archlinux.org
Sat Jul 14 14:36:50 UTC 2018


    Date: Saturday, July 14, 2018 @ 14:36:49
  Author: arodseth
Revision: 359140

ldconfig, as suggested by arojas

Modified:
  libutf8proc/trunk/PKGBUILD

----------+
 PKGBUILD |    5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-07-14 14:35:22 UTC (rev 359139)
+++ PKGBUILD	2018-07-14 14:36:49 UTC (rev 359140)
@@ -3,7 +3,7 @@
 
 pkgname=libutf8proc
 pkgver=2.1.1
-pkgrel=3
+pkgrel=4
 pkgdesc='C library for processing UTF-8 encoded Unicode strings'
 arch=('x86_64')
 url='https://julialang.org/utf8proc/'
@@ -41,9 +41,8 @@
   install -Dm644 ../build/libutf8proc.so.$pkgver \
     "$pkgdir/usr/lib/libutf8proc.so.$pkgver"
 
-  ln -s /usr/lib/libutf8proc.so.$pkgver "$pkgdir/usr/lib/libutf8proc.so.2"
-  ln -s /usr/lib/libutf8proc.so.$pkgver "$pkgdir/usr/lib/libutf8proc.so.1"
   ln -s /usr/lib/libutf8proc.so.$pkgver "$pkgdir/usr/lib/libutf8proc.so"
+  ldconfig -n "$pkgdir/usr/lib"
 }
 
 # vim: ts=2 sw=2 et:



More information about the arch-commits mailing list