* update uriparser to 0.9.8-1.1

This commit is contained in:
Alexander Baldeck 2024-10-18 10:35:02 +02:00
parent 5f41014387
commit a056672538
2 changed files with 17 additions and 1 deletions

16
uriparser/.SRCINFO Normal file
View File

@ -0,0 +1,16 @@
pkgbase = uriparser
pkgdesc = uriparser is a strictly RFC 3986 compliant URI parsing library. uriparser is cross-platform, fast, supports Unicode
pkgver = 0.9.8
pkgrel = 1.1
url = https://github.com/uriparser/uriparser
arch = x86_64
arch = powerpc64le
arch = powerpc64
arch = powerpc
arch = riscv64
license = custom
makedepends = cmake
source = https://github.com/uriparser/uriparser/releases/download/uriparser-0.9.8/uriparser-0.9.8.tar.xz
sha256sums = 1d71c054837ea32a31e462bce5a1af272379ecf511e33448e88100b87ff73b2e
pkgname = uriparser

View File

@ -4,7 +4,7 @@
pkgname=uriparser
pkgver=0.9.8
pkgrel=1
pkgrel=1.1
pkgdesc='uriparser is a strictly RFC 3986 compliant URI parsing library. uriparser is cross-platform, fast, supports Unicode'
url='https://github.com/uriparser/uriparser'
makedepends=('cmake')