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

Alexander Rødseth arodseth at archlinux.org
Sat Jul 14 14:25:13 UTC 2018


    Date: Saturday, July 14, 2018 @ 14:25:13
  Author: arodseth
Revision: 359133

upgpkg: libutf8proc 2.1.1-3

Modified:
  libutf8proc/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-07-14 14:24:54 UTC (rev 359132)
+++ PKGBUILD	2018-07-14 14:25:13 UTC (rev 359133)
@@ -3,7 +3,7 @@
 
 pkgname=libutf8proc
 pkgver=2.1.1
-pkgrel=2
+pkgrel=3
 pkgdesc='C library for processing UTF-8 encoded Unicode strings'
 arch=('x86_64')
 url='https://julialang.org/utf8proc/'
@@ -41,6 +41,7 @@
   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"
 }



More information about the arch-commits mailing list