libutf8proc: bump package revision and update to version 1.3.1-3
This commit is contained in:
parent
3db7ec49c2
commit
bff52f791e
1 changed files with 5 additions and 4 deletions
|
@ -1,16 +1,17 @@
|
|||
# Template build file for 'libutf8proc'.
|
||||
pkgname=libutf8proc
|
||||
version=1.3.1
|
||||
revision=1
|
||||
revision=2
|
||||
_realversion=1.3.1-3
|
||||
hostmakedepends="pkg-config perl netsurf-buildsystem"
|
||||
short_desc="C library for processing UTF-8 encoded Unicode strings"
|
||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||
license="MIT"
|
||||
homepage="http://www.netsurf-browser.org"
|
||||
distfiles="http://git.netsurf-browser.org/$pkgname.git/snapshot/$pkgname-release/$version.tar.bz2"
|
||||
checksum=4fcfcd0df095267146b22564c0823ddc06503f51379e328b9517ca6873ce1830
|
||||
distfiles="http://git.netsurf-browser.org/$pkgname.git/snapshot/$pkgname-release/${_realversion}.tar.bz2"
|
||||
checksum=ce1f428849ee1e733e7b28ffa7b2680d901ba3ce1e703fd154e9fce5b0a54d07
|
||||
wrksrc=libutf8proc-release
|
||||
build_wrksrc=${version}
|
||||
build_wrksrc=${_realversion}
|
||||
|
||||
do_build() {
|
||||
make ${makejobs} HOST_CC=cc COMPONENT_TYPE=lib-shared PREFIX=/usr
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue