summaryrefslogtreecommitdiff
path: root/utf8proc
diff options
context:
space:
mode:
authorTim Biermann <tbier@posteo.de>2020-12-21 15:09:39 +0000
committerTim Biermann <tbier@posteo.de>2020-12-21 21:56:18 +0000
commit2db4d8e513f4360fce11960e656aa6600ea6341d (patch)
tree9f9e20a284299eaf969c59fe22fe0a5d11b7f3ec /utf8proc
parent064b15052cff9dee91f50cdfcf94663205b93dff (diff)
downloadcontrib-2db4d8e513f4360fce11960e656aa6600ea6341d.tar.gz
contrib-2db4d8e513f4360fce11960e656aa6600ea6341d.tar.xz
utf8proc: 2.5.0 -> 2.6.1
Diffstat (limited to 'utf8proc')
-rw-r--r--utf8proc/.footprint6
-rw-r--r--utf8proc/.signature8
-rw-r--r--utf8proc/Pkgfile4
3 files changed, 9 insertions, 9 deletions
diff --git a/utf8proc/.footprint b/utf8proc/.footprint
index 387e8ae2e..1f9fc4c07 100644
--- a/utf8proc/.footprint
+++ b/utf8proc/.footprint
@@ -2,9 +2,9 @@ drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/include/
-rw-r--r-- root/root usr/include/utf8proc.h
drwxr-xr-x root/root usr/lib/
-lrwxrwxrwx root/root usr/lib/libutf8proc.so -> libutf8proc.so.2.3.2
-lrwxrwxrwx root/root usr/lib/libutf8proc.so.2 -> libutf8proc.so.2.3.2
--rwxr-xr-x root/root usr/lib/libutf8proc.so.2.3.2
+lrwxrwxrwx root/root usr/lib/libutf8proc.so -> libutf8proc.so.2.4.1
+lrwxrwxrwx root/root usr/lib/libutf8proc.so.2 -> libutf8proc.so.2.4.1
+-rwxr-xr-x root/root usr/lib/libutf8proc.so.2.4.1
drwxr-xr-x root/root usr/lib/pkgconfig/
-rw-r--r-- root/root usr/lib/pkgconfig/libutf8proc.pc
-rw-r--r-- root/root usr/lib/pkgconfig/utf8proc.pc
diff --git a/utf8proc/.signature b/utf8proc/.signature
index 2152fa8a8..ae080ef1d 100644
--- a/utf8proc/.signature
+++ b/utf8proc/.signature
@@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/contrib.pub
-RWSagIOpLGJF396ztN4m2VWJK3/dJ519Db0ggJVSLzyQzvSW5VgP9hmf7gJgKytkKtKmpdJnTCOmx7/74mReu+jeehACMEziLAw=
-SHA256 (Pkgfile) = 3577c71467712fc7ce9ba27154a8b13177e1bb7169a8b48478ae9f76fe33194e
-SHA256 (.footprint) = eb246c6579cd0eed8d0384744ba3e42821a971f2a7b27bfed1b44ff6a03eba46
-SHA256 (utf8proc-2.5.0.tar.gz) = d4e8dfc898cfd062493cb7f42d95d70ccdd3a4cd4d90bec0c71b47cca688f1be
+RWSagIOpLGJF3w/1a/Kknjc1O0IUQSjKiUQFzhv0X7TV5B/G6NoHRGagMu9NzOE+UZp4dkawAOmGycXgm2sjKR971ePfM9USbwg=
+SHA256 (Pkgfile) = 3d878e24f8f01244e7aa10941a640d605eeb61379aa255270ce6d25ce5053d3c
+SHA256 (.footprint) = 860881d740579ffd39972d392142a6e1e7902dd39ad4637f9022597e31969e1c
+SHA256 (utf8proc-2.6.1.tar.gz) = 4c06a9dc4017e8a2438ef80ee371d45868bda2237a98b26554de7a95406b283b
diff --git a/utf8proc/Pkgfile b/utf8proc/Pkgfile
index 6384dd443..c1e2b2591 100644
--- a/utf8proc/Pkgfile
+++ b/utf8proc/Pkgfile
@@ -3,13 +3,13 @@
# Maintainer: John Vogel, jvogel4 at stny dot rr dot com
name=utf8proc
-version=2.5.0
+version=2.6.1
release=1
source=(https://github.com/JuliaStrings/utf8proc/archive/v$version/$name-$version.tar.gz)
build() {
cd $name-$version
-
+
make
make prefix=/usr DESTDIR=$PKG install

Generated by cgit