diff --git a/uriparser/PKGBUILD b/uriparser/PKGBUILD index b832b5330f..5d53332b38 100644 --- a/uriparser/PKGBUILD +++ b/uriparser/PKGBUILD @@ -3,7 +3,7 @@ # Contributor: Juan Pablo Gonzalez Tognarelli pkgname=uriparser -pkgver=0.9.7 +pkgver=0.9.8 pkgrel=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' @@ -11,7 +11,7 @@ makedepends=('cmake') arch=(x86_64 powerpc64le powerpc64 powerpc riscv64) license=('custom') source=("https://github.com/uriparser/uriparser/releases/download/${pkgname}-${pkgver}/${pkgname}-${pkgver}.tar.xz") -sha256sums=('1ddae35cb3cc2c36e8199829d46f1c7f8b222e74a723fdae67ec8561e1ac5a39') +sha256sums=('1d71c054837ea32a31e462bce5a1af272379ecf511e33448e88100b87ff73b2e') build() { mkdir "$srcdir"/build