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

Alexander Rødseth arodseth at archlinux.org
Wed Dec 2 14:20:29 UTC 2020


    Date: Wednesday, December 2, 2020 @ 14:20:29
  Author: arodseth
Revision: 769158

upgpkg: libutf8proc 2.6.0-1

Modified:
  libutf8proc/trunk/PKGBUILD

----------+
 PKGBUILD |   11 ++++-------
 1 file changed, 4 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-12-02 13:57:02 UTC (rev 769157)
+++ PKGBUILD	2020-12-02 14:20:29 UTC (rev 769158)
@@ -1,16 +1,15 @@
 # Maintainer: Alexander F. Rødseth <xyproto at archlinux.org>
 
 pkgname=libutf8proc
-pkgver=2.5.0
-_sover=2.3.2
-pkgrel=2
+pkgver=2.6.0
+_sover=2.4.0
+pkgrel=1
 pkgdesc='C library for processing UTF-8 encoded Unicode strings'
 arch=(x86_64)
 url='https://github.com/JuliaStrings/utf8proc'
 license=(custom)
 makedepends=(cmake git ninja)
-# tag: v2.5.0
-source=("git+$url#commit=0890a538bf8238cded9be0c81171f57e43f2c755"
+source=("git+$url#commit=df2997a300792b8efd6a1ea9281c14dfe986d6f9" # tag: v2.6.0
         libutf8proc.pc.in)
 sha256sums=('SKIP'
             '0fc49af11c4e77675d307bcee442c3582db805f7c17c32284d0620131b1007d1')
@@ -43,5 +42,3 @@
   ln -s /usr/lib/libutf8proc.so.$_sover "$pkgdir/usr/lib/libutf8proc.so"
   ldconfig -n "$pkgdir/usr/lib"
 }
-
-# vim: ts=2 sw=2 et:



More information about the arch-commits mailing list