[arch-commits] Commit in http-parser/trunk (PKGBUILD)

Felix Yan fyan at archlinux.org
Thu Apr 21 13:35:25 UTC 2016


    Date: Thursday, April 21, 2016 @ 15:35:25
  Author: fyan
Revision: 171511

upgpkg: http-parser 2.7.0-1

Modified:
  http-parser/trunk/PKGBUILD

----------+
 PKGBUILD |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-04-21 13:00:47 UTC (rev 171510)
+++ PKGBUILD	2016-04-21 13:35:25 UTC (rev 171511)
@@ -3,15 +3,15 @@
 # Contributor: Brian Bidulock <bidulock at openss7.org>
 
 pkgname=http-parser
-pkgver=2.6.2
+pkgver=2.7.0
 pkgrel=1
 pkgdesc="Parser for HTTP Request/Response written in C"
 arch=('i686' 'x86_64')
-url="https://github.com/joyent/http-parser"
+url="https://github.com/nodejs/http-parser"
 license=('MIT')
 depends=('glibc')
 makedepends=('git')
-source=("$pkgname::git+https://github.com/joyent/http-parser.git#tag=v$pkgver")
+source=("git+https://github.com/nodejs/http-parser.git#tag=v$pkgver")
 md5sums=('SKIP')
 
 prepare() {



More information about the arch-commits mailing list