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

Alexander Rødseth arodseth at gemini.archlinux.org
Thu Dec 30 14:57:13 UTC 2021


    Date: Thursday, December 30, 2021 @ 14:57:13
  Author: arodseth
Revision: 1088426

upgpkg: libutf8proc 2.7.0-1

Modified:
  libutf8proc/trunk/PKGBUILD

----------+
 PKGBUILD |   26 +++++++++++++-------------
 1 file changed, 13 insertions(+), 13 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-12-30 14:57:12 UTC (rev 1088425)
+++ PKGBUILD	2021-12-30 14:57:13 UTC (rev 1088426)
@@ -1,8 +1,8 @@
 # Maintainer: Alexander F. Rødseth <xyproto at archlinux.org>
 
 pkgname=libutf8proc
-pkgver=2.6.1
-_sover=2.4.1
+pkgver=2.7.0
+_sover=2.5.0
 pkgrel=1
 pkgdesc='C library for processing UTF-8 encoded Unicode strings'
 arch=(x86_64)
@@ -9,10 +9,10 @@
 url='https://github.com/JuliaStrings/utf8proc'
 license=(custom)
 makedepends=(cmake git ninja)
-source=("git+$url#commit=3203baa7374d67132384e2830b2183c92351bffc" # tag: v2.6.1
+source=("git+$url#commit=8ca6144c85c165987cb1c5d8395c7314e13d4cd7" # tag: v2.7.0
         libutf8proc.pc.in)
-sha256sums=('SKIP'
-            '0fc49af11c4e77675d307bcee442c3582db805f7c17c32284d0620131b1007d1')
+b2sums=('SKIP'
+        '27cfd2086b63b0d9b08720d966d760e4237734a85a293eab81065f49857aa11ed57682a4bd26e4081701d34e61c156170b65bbf38f19387539f5472d0d94db23')
 
 prepare() {
   sed "s#@VERSION@#$pkgver#" libutf8proc.pc.in > libutf8proc.pc
@@ -19,14 +19,14 @@
 }
 
 build() {
-  mkdir -p build
-  cd build
-  cmake ../utf8proc \
-    -DCMAKE_INSTALL_PREFIX=/usr \
-    -DBUILD_SHARED_LIBS=ON \
-    -G Ninja
-  ninja
-  find .
+  cmake -B build \
+    -D CMAKE_BUILD_TYPE=Release \
+    -D CMAKE_INSTALL_LIBDIR=lib \
+    -D CMAKE_INSTALL_PREFIX=/usr \
+    -D BUILD_SHARED_LIBS=ON \
+    -G Ninja \
+    -S utf8proc
+  ninja -C build
 }
 
 package() {



More information about the arch-commits mailing list