summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBrian Bidulock2014-06-05 05:53:31 -0600
committerBrian Bidulock2015-06-10 06:12:36 -0600
commit545af6c94052cb4853bdf8705de6d3c635477c52 (patch)
tree2f5d4e1bb32159736ab872c13f3addd7e05adae4
parent20ffea9f5b1e3ace2d954954f10e5d498c607bc1 (diff)
downloadaur-545af6c94052cb4853bdf8705de6d3c635477c52.tar.gz
version 2.3.r3.g8d9e5db-1
-rw-r--r--.AURINFO16
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
3 files changed, 20 insertions, 4 deletions
diff --git a/.AURINFO b/.AURINFO
new file mode 100644
index 000000000000..6c839ccb7c14
--- /dev/null
+++ b/.AURINFO
@@ -0,0 +1,16 @@
+pkgbase = http-parser-git
+ pkgdesc = Parser for HTTP Request/Response written in C
+ pkgver = 2.3.r3.g8d9e5db
+ pkgrel = 1
+ url = https://github.com/joyent/http-parser
+ arch = i686
+ arch = x86_64
+ license = MIT
+ makedepends = git
+ depends = glibc
+ provides = http-parser
+ conflicts = http-parser
+ source = http-parser-git::git+https://github.com/joyent/http-parser.git
+
+pkgname = http-parser-git
+
diff --git a/.SRCINFO b/.SRCINFO
index 6cbb97fcd365..270822d512f9 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 = 3
+ pkgver = 2.3.r3.g8d9e5db
+ pkgrel = 1
url = https://github.com/joyent/http-parser
arch = i686
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index 4edebbadf553..af13248cf124 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Brian Bidulock <bidulock@openss7.org>
pkgname=http-parser-git
-pkgver=2.3.r2.gd19e129
-pkgrel=3
+pkgver=2.3.r3.g8d9e5db
+pkgrel=1
pkgdesc="Parser for HTTP Request/Response written in C"
arch=('i686' 'x86_64')
url="https://github.com/joyent/http-parser"