Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
aports
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Monitor
Service Desk
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
alpine
aports
Commits
23d03d92
Commit
23d03d92
authored
7 years ago
by
Fabian Affolter
Committed by
Timo Teräs
7 years ago
Browse files
Options
Downloads
Patches
Plain Diff
main/uriparser: upgrade to 0.8.5
parent
fb459f7b
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
main/uriparser/APKBUILD
+11
-6
11 additions, 6 deletions
main/uriparser/APKBUILD
with
11 additions
and
6 deletions
main/uriparser/APKBUILD
+
11
−
6
View file @
23d03d92
# 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
=
"http
s
://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
=
"http
s
://
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"
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment