oniguruma: update to 6.1.3.
This commit is contained in:
parent
4a513033e8
commit
ca4f9fd9a0
|
@ -1,6 +1,6 @@
|
|||
# Template build file for 'oniguruma'
|
||||
pkgname=oniguruma
|
||||
version=6.1.2
|
||||
version=6.1.3
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
short_desc="A multi-charset regular expressions library"
|
||||
|
@ -8,7 +8,7 @@ maintainer="John Regan <john@jrjrtech.com>"
|
|||
license="2-clause-BSD"
|
||||
homepage="https://github.com/kkos/oniguruma"
|
||||
distfiles="https://github.com/kkos/oniguruma/releases/download/v${version}/onig-${version}.tar.gz"
|
||||
checksum=3dcd221c2c89d7c4a44921cc49ee9f4f4948b1e63cd29426b7b412e3f6dfa85c
|
||||
checksum=480c850cd7c7f2fcaad0942b4a488e2af01fbb8e65375d34908f558b432725cf
|
||||
wrksrc="onig-${version}"
|
||||
|
||||
post_install() {
|
||||
|
@ -29,8 +29,8 @@ oniguruma-doc_package() {
|
|||
noarch=yes
|
||||
short_desc+=" - documentation"
|
||||
pkg_install() {
|
||||
vmkdir usr/share/doc/$sourcepkg
|
||||
vcopy doc/* usr/share/doc/$sourcepkg
|
||||
vmkdir usr/share/doc/${sourcepkg}
|
||||
vcopy doc/* usr/share/doc/${sourcepkg}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue