summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBrian Bidulock2016-05-23 22:38:13 -0600
committerBrian Bidulock2016-05-23 22:38:13 -0600
commit9c96663ac12678a8ad07da5d5d83be5989f3843d (patch)
tree999bfef92c3750165137d85bca50a201abbf3292
parent98cfcfbed240f9b5e8ab7ea0e1ed35aee340ee46 (diff)
downloadaur-9c96663ac12678a8ad07da5d5d83be5989f3843d.tar.gz
version 2.7.0.r1.gf2c26ee-1
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD10
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e2b123f5686e..e1212257bf0e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = http-parser-git
pkgdesc = Parser for HTTP Request/Response written in C
- pkgver = 2.5.r3.g39ff097
+ pkgver = 2.7.0.r1.gf2c26ee
pkgrel = 1
url = https://github.com/joyent/http-parser
arch = i686
diff --git a/PKGBUILD b/PKGBUILD
index 47678139e739..2b970225298a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Brian Bidulock <bidulock@openss7.org>
pkgname=http-parser-git
-pkgver=2.5.r3.g39ff097
+pkgver=2.7.0.r1.gf2c26ee
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.5.0 "${pkgdir}/usr/lib/libhttp_parser.so.2.5.0"
+ install -Dm644 libhttp_parser.so.2.7.0 "${pkgdir}/usr/lib/libhttp_parser.so.2.7.0"
- 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"
+ ln -sf libhttp_parser.so.2.7.0 "${pkgdir}/usr/lib/libhttp_parser.so.2.7"
+ ln -sf libhttp_parser.so.2.7.0 "${pkgdir}/usr/lib/libhttp_parser.so.2"
+ ln -sf libhttp_parser.so.2.7.0 "${pkgdir}/usr/lib/libhttp_parser.so"
}