diff --git a/utf8proc.yaml b/utf8proc.yaml index 1741d61d335..d44d0bda794 100644 --- a/utf8proc.yaml +++ b/utf8proc.yaml @@ -2,7 +2,7 @@ package: name: utf8proc version: 2.9.0 - epoch: 0 + epoch: 1 description: Clean C library for processing UTF-8 Unicode data copyright: - license: MIT custom @@ -27,7 +27,8 @@ pipeline: - uses: autoconf/make - - uses: autoconf/make-install + - runs: | + make install DESTDIR="${{targets.contextdir}}" V=1 prefix=/usr - uses: strip