summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD5
2 files changed, 5 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index cec2b8808094..0e561e7433bb 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Mon Feb 6 02:32:31 UTC 2017
+# Mon Feb 6 07:48:58 UTC 2017
pkgbase = libwebsockets15
pkgdesc = A lightweight pure C library built to use minimal CPU and memory resources, and provide fast throughput in both directions.
pkgver = 1.5.1
- pkgrel = 1
+ pkgrel = 2
url = https://libwebsockets.org
arch = i686
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index 3b354ea65606..60abe158c256 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,9 @@
-# Maintainer: Jingbei Li <i@jingbei.li>
+# Maintainer: Daichi Shinozaki <dsdseg@gmail.com>
+# Contributor: Jingbei Li <i@jingbei.li>
pkgname=libwebsockets15
pkgver=1.5.1
-pkgrel=1
+pkgrel=2
pkgdesc="A lightweight pure C library built to use minimal CPU and memory resources, and provide fast throughput in both directions."
arch=('i686' 'x86_64' 'armv6h' 'armv7h')
url="https://libwebsockets.org"