diff --git a/programming/library/utf8proc/actions.py b/programming/library/utf8proc/actions.py
index f1afca321e..be64c14fa8 100644
--- a/programming/library/utf8proc/actions.py
+++ b/programming/library/utf8proc/actions.py
@@ -4,12 +4,10 @@
# Licensed under the GNU General Public License, version 3.
# See the file https://www.gnu.org/licenses/gpl-3.0.txt
-from pisi.actionsapi import shelltools, cmaketools, pisitools
+from pisi.actionsapi import shelltools, cmaketools
def setup():
- shelltools.makedirs("_build")
- shelltools.cd("_build")
- cmaketools.configure("-DBUILD_SHARED_LIBS=1", sourceDir = "..")
+ cmaketools.configure("-B_build -DBUILD_SHARED_LIBS=1")
def build():
shelltools.cd("_build")
@@ -18,5 +16,3 @@ def build():
def install():
shelltools.cd("_build")
cmaketools.install()
-
- pisitools.insinto("/usr/lib/pkgconfig", "../libutf8proc.pc.in", "libutf8proc.pc")
diff --git a/programming/library/utf8proc/pspec.xml b/programming/library/utf8proc/pspec.xml
index fc7ef6563a..8476e8317c 100644
--- a/programming/library/utf8proc/pspec.xml
+++ b/programming/library/utf8proc/pspec.xml
@@ -13,8 +13,8 @@
programming.library
a clean C library for processing UTF-8 Unicode data.
utf8proc is a small, clean C library that provides Unicode normalization, case-folding, and other operations for data in the UTF-8 encoding.
-
- https://github.com/JuliaStrings/utf8proc/archive/refs/tags/v2.6.1.tar.gz
+
+ https://github.com/JuliaStrings/utf8proc/archive/refs/tags/v2.7.0.tar.gz
cmake
@@ -43,6 +43,13 @@
+
+ 2021-12-20
+ 2.7.0
+ Version bump
+ fury
+ uglyside@yandex.ru
+
2021-11-22
2.6.1