summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD10
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d92fe010ab98..e2b123f5686e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = http-parser-git
pkgdesc = Parser for HTTP Request/Response written in C
- pkgver = 2.4.1.r0.g36f107f
+ pkgver = 2.5.r3.g39ff097
pkgrel = 1
url = https://github.com/joyent/http-parser
arch = i686
diff --git a/PKGBUILD b/PKGBUILD
index b2a69e7c7d57..47678139e739 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Brian Bidulock <bidulock@openss7.org>
pkgname=http-parser-git
-pkgver=2.4.1.r0.g36f107f
+pkgver=2.5.r3.g39ff097
pkgrel=1
pkgdesc="Parser for HTTP Request/Response written in C"
arch=('i686' 'x86_64')
@@ -35,9 +35,9 @@ package() {
"${pkgdir}/usr/share/doc/${pkgname}/README.md"
install -Dm644 http_parser.h "${pkgdir}/usr/include/http_parser.h"
- install -Dm644 libhttp_parser.so.2.4.1 "${pkgdir}/usr/lib/libhttp_parser.so.2.4.1"
+ install -Dm644 libhttp_parser.so.2.5.0 "${pkgdir}/usr/lib/libhttp_parser.so.2.5.0"
- ln -sf libhttp_parser.so.2.4.1 "${pkgdir}/usr/lib/libhttp_parser.so.2.4"
- ln -sf libhttp_parser.so.2.4.1 "${pkgdir}/usr/lib/libhttp_parser.so.2"
- ln -sf libhttp_parser.so.2.4.1 "${pkgdir}/usr/lib/libhttp_parser.so"
+ ln -sf libhttp_parser.so.2.5.0 "${pkgdir}/usr/lib/libhttp_parser.so.2.5"
+ ln -sf libhttp_parser.so.2.5.0 "${pkgdir}/usr/lib/libhttp_parser.so.2"
+ ln -sf libhttp_parser.so.2.5.0 "${pkgdir}/usr/lib/libhttp_parser.so"
}