* update uriparser to 0.9.8-1

This commit is contained in:
Alexander Baldeck 2024-06-24 23:54:22 +02:00
parent 664eecce3f
commit f91f4da9e1

View File

@ -3,7 +3,7 @@
# Contributor: Juan Pablo Gonzalez Tognarelli <lord_jotape@yahoo.com.ar> # Contributor: Juan Pablo Gonzalez Tognarelli <lord_jotape@yahoo.com.ar>
pkgname=uriparser pkgname=uriparser
pkgver=0.9.7 pkgver=0.9.8
pkgrel=1 pkgrel=1
pkgdesc='uriparser is a strictly RFC 3986 compliant URI parsing library. uriparser is cross-platform, fast, supports Unicode' pkgdesc='uriparser is a strictly RFC 3986 compliant URI parsing library. uriparser is cross-platform, fast, supports Unicode'
url='https://github.com/uriparser/uriparser' url='https://github.com/uriparser/uriparser'
@ -11,7 +11,7 @@ makedepends=('cmake')
arch=(x86_64 powerpc64le powerpc64 powerpc riscv64) arch=(x86_64 powerpc64le powerpc64 powerpc riscv64)
license=('custom') license=('custom')
source=("https://github.com/uriparser/uriparser/releases/download/${pkgname}-${pkgver}/${pkgname}-${pkgver}.tar.xz") source=("https://github.com/uriparser/uriparser/releases/download/${pkgname}-${pkgver}/${pkgname}-${pkgver}.tar.xz")
sha256sums=('1ddae35cb3cc2c36e8199829d46f1c7f8b222e74a723fdae67ec8561e1ac5a39') sha256sums=('1d71c054837ea32a31e462bce5a1af272379ecf511e33448e88100b87ff73b2e')
build() { build() {
mkdir "$srcdir"/build mkdir "$srcdir"/build