uriparser: update to 1.0.2.
This commit is contained in:
committed by
Duncan Overbruck
parent
06ea1dde51
commit
21670682ad
@@ -1,8 +1,9 @@
|
||||
# Template file for 'uriparser'
|
||||
pkgname=uriparser
|
||||
version=0.9.8
|
||||
version=1.0.2
|
||||
revision=1
|
||||
build_style=cmake
|
||||
configure_args="-DURIPARSER_BUILD_TESTS=ON"
|
||||
make_check_target=test
|
||||
hostmakedepends="pkg-config doxygen graphviz qt5-tools qt5-plugin-sqlite"
|
||||
makedepends="gtest-devel"
|
||||
@@ -10,11 +11,11 @@ short_desc="RFC 3986 compliant URI parsing and handling library"
|
||||
maintainer="mobinmob <mobinmob@disroot.org>"
|
||||
license="BSD-3-Clause"
|
||||
homepage="https://uriparser.github.io/"
|
||||
distfiles="https://github.com/${pkgname}/${pkgname}/releases/download/${pkgname}-${version}/${pkgname}-${version}.tar.bz2"
|
||||
checksum=72d1b559be3a1806f788a3d9be34a1b063d42aa238b29ba4ee633d6effcd33bd
|
||||
distfiles="https://github.com/uriparser/uriparser/releases/download/uriparser-${version}/uriparser-${version}.tar.bz2"
|
||||
checksum=dd2e4843f43de6f5aedf430e530f1e2d159eba8ca4d64c2787af1c20f707a9e4
|
||||
|
||||
post_install() {
|
||||
vlicense COPYING
|
||||
vlicense COPYING.BSD-3-Clause
|
||||
}
|
||||
|
||||
uriparser-devel_package() {
|
||||
|
||||
Reference in New Issue
Block a user