summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaichi Shinozaki2017-02-06 07:49:25 +0000
committerDaichi Shinozaki2017-02-06 07:49:25 +0000
commit713a20ad38c2ba021dbe0b0843b6b6fa321da337 (patch)
tree0a90048b654f90f2d22d2c7baa4904f9adf370c6
parentf8a4476022d853f925497b701e37d579a991e474 (diff)
downloadaur-libwebsockets15.tar.gz
Update the revision
-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"