summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBrian Bidulock2014-05-25 10:01:39 -0600
committerBrian Bidulock2015-06-10 06:12:36 -0600
commit20ffea9f5b1e3ace2d954954f10e5d498c607bc1 (patch)
treef44872938f029612907aa255c2e09c7f4ea41f5a
parentce18716766b239e87e7256345e6f61bac3667495 (diff)
downloadaur-20ffea9f5b1e3ace2d954954f10e5d498c607bc1.tar.gz
version 2.3.r2.gd19e129-3
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD8
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b8c6431db10e..6cbb97fcd365 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = http-parser-git
pkgdesc = Parser for HTTP Request/Response written in C
pkgver = 2.3.r2.gd19e129
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/joyent/http-parser
arch = i686
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index 84acdb2d243b..4edebbadf553 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=http-parser-git
pkgver=2.3.r2.gd19e129
-pkgrel=2
+pkgrel=3
pkgdesc="Parser for HTTP Request/Response written in C"
arch=('i686' 'x86_64')
url="https://github.com/joyent/http-parser"
@@ -30,11 +30,11 @@ package() {
install -Dm644 LICENSE-MIT \
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE-MIT"
install -Dm644 AUTHORS \
- "${pkgdir}/usr/share/doc/${_pkgname}/AUTHORS"
+ "${pkgdir}/usr/share/doc/${pkgname}/AUTHORS"
install -Dm644 CONTRIBUTIONS \
- "${pkgdir}/usr/share/doc/${_pkgname}/CONTRIBUTIONS"
+ "${pkgdir}/usr/share/doc/${pkgname}/CONTRIBUTIONS"
install -Dm644 README.md \
- "${pkgdir}/usr/share/doc/${_pkgname}/README.md"
+ "${pkgdir}/usr/share/doc/${pkgname}/README.md"
install -Dm644 http_parser.h "${pkgdir}/usr/include/http_parser.h"
install -Dm644 libhttp_parser.so.2.3 "${pkgdir}/usr/lib/libhttp_parser.so.2.3"