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

Alexander Rødseth arodseth at archlinux.org
Sun May 12 10:21:21 UTC 2019


    Date: Sunday, May 12, 2019 @ 10:21:21
  Author: arodseth
Revision: 466115

upgpkg: libutf8proc 2.4.0-1

Modified:
  libutf8proc/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-05-12 10:21:17 UTC (rev 466114)
+++ PKGBUILD	2019-05-12 10:21:21 UTC (rev 466115)
@@ -1,16 +1,16 @@
 # Maintainer: Alexander F. Rødseth <xyproto at archlinux.org>
 
 pkgname=libutf8proc
-pkgver=2.3.0
-_sover=2.2.0
+pkgver=2.4.0
+_sover=2.3.1
 pkgrel=1
 pkgdesc='C library for processing UTF-8 encoded Unicode strings'
-arch=('x86_64')
+arch=(x86_64)
 url='https://julialang.org/utf8proc/'
-license=('custom')
-makedepends=('cmake' 'git' 'ninja')
+license=(custom)
+makedepends=(cmake git ninja)
 source=("git+https://github.com/JuliaStrings/utf8proc#tag=v$pkgver"
-        'libutf8proc.pc.in')
+        libutf8proc.pc.in)
 sha256sums=('SKIP'
             '0fc49af11c4e77675d307bcee442c3582db805f7c17c32284d0620131b1007d1')
 
@@ -30,7 +30,7 @@
 
 package() {
   # The install command does not work for libutf8proc
-  # DESTDIR="$pkgdir" ninja -C $pkgname-$pkgver/build install
+  #DESTDIR="$pkgdir" ninja -C $pkgname-$pkgver/build install
 
   cd utf8proc
   install -Dm644 utf8proc.h "$pkgdir/usr/include/utf8proc.h"



More information about the arch-commits mailing list