Skip to content
Snippets Groups Projects
Commit 23d03d92 authored by Fabian Affolter's avatar Fabian Affolter Committed by Timo Teräs
Browse files

main/uriparser: upgrade to 0.8.5

parent fb459f7b
No related branches found
No related tags found
No related merge requests found
# Contributor: # Contributor:
# Maintainer: Fabian Affolter <fabian@affolter-engineering.ch> # Maintainer: Fabian Affolter <fabian@affolter-engineering.ch>
pkgname=uriparser pkgname=uriparser
pkgver=0.8.4 pkgver=0.8.5
pkgrel=0 pkgrel=0
pkgdesc="A strictly RFC 3986 compliant URI parsing and handling library" pkgdesc="A strictly RFC 3986 compliant URI parsing and handling library"
url="http://uriparser.sourceforge.net/" url="https://uriparser.github.io/"
arch="all" arch="all"
license="BSD" license="BSD"
depends="" depends=""
makedepends="" makedepends=""
# libcpptest is missing to run tests
options="!check"
subpackages="$pkgname-dev" subpackages="$pkgname-dev"
source="http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-${pkgver}.tar.bz2" source="https://github.com/uriparser/uriparser/releases/download/$pkgname-$pkgver/$pkgname-$pkgver.tar.bz2"
builddir="$srcdir/$pkgname-$pkgver" builddir="$srcdir/$pkgname-$pkgver"
build() { build() {
...@@ -23,11 +25,14 @@ build() { ...@@ -23,11 +25,14 @@ build() {
make || return 1 make || return 1
} }
check() {
cd "builddir"
make test
}
package() { package() {
cd "$builddir" cd "$builddir"
make DESTDIR="$pkgdir" install || return 1 make DESTDIR="$pkgdir" install || return 1
} }
md5sums="9aabdc3611546f553f4af372167de6d6 uriparser-0.8.4.tar.bz2" sha512sums="e9b0228092cf12b824975000b0a6dbe2e413d3642203666d77c5b42f04bc13e0ec3f61d6a2c44d9613bea15e8cf7ec42cc4c92c5bc4318ee3349c1b380409d5c uriparser-0.8.5.tar.bz2"
sha256sums="ce7ccda4136974889231e8426a785e7578e66a6283009cfd13f1b24a5e657b23 uriparser-0.8.4.tar.bz2"
sha512sums="b6238c6495eaa9f7178269d66dbea05a39c51c27137d8ebf39cd02d1c3fa96aa0d1608f5ccb36bf7b454f3238830dd46d7de8299b608f185b2520fc2c955aa1a uriparser-0.8.4.tar.bz2"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment