summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBrian Bidulock2015-06-10 06:12:13 -0600
committerBrian Bidulock2015-06-10 06:12:41 -0600
commit98cfcfbed240f9b5e8ab7ea0e1ed35aee340ee46 (patch)
tree91f3227da3ce3139ed969fdf698f325175c84d9d
parentf8e8d5e807f6a830dfae685e29fed09e3575d946 (diff)
downloadaur-98cfcfbed240f9b5e8ab7ea0e1ed35aee340ee46.tar.gz
version 2.5.r3.g39ff097-1
-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"
}