oniguruma: update to 6.9.0.
This commit is contained in:
parent
7de3a0d0d6
commit
17fefab946
|
@ -1,15 +1,15 @@
|
|||
# Template build file for 'oniguruma'
|
||||
# Template file for 'oniguruma'
|
||||
pkgname=oniguruma
|
||||
version=6.8.2
|
||||
version=6.9.0
|
||||
revision=1
|
||||
wrksrc="onig-${version}"
|
||||
build_style=gnu-configure
|
||||
short_desc="A multi-charset regular expressions library"
|
||||
maintainer="John Regan <john@jrjrtech.com>"
|
||||
license="BSD-2-Clause"
|
||||
homepage="https://github.com/kkos/oniguruma"
|
||||
distfiles="https://github.com/kkos/oniguruma/releases/download/v${version}/onig-${version}.tar.gz"
|
||||
checksum=adeada5f6b54c2a6f58ff021831a01b18a62b55ea9935e972e36ebb19e7c4903
|
||||
wrksrc="onig-${version}"
|
||||
checksum=91bfb25e050ce3c301483204dd3f0d03a7c05472e20d48fe227a383d4534e7c9
|
||||
|
||||
post_install() {
|
||||
vlicense COPYING
|
||||
|
@ -25,6 +25,7 @@ oniguruma-devel_package() {
|
|||
vmove usr/lib/pkgconfig
|
||||
}
|
||||
}
|
||||
|
||||
oniguruma-doc_package() {
|
||||
noarch=yes
|
||||
short_desc+=" - documentation"
|
||||
|
|
Loading…
Reference in New Issue