From fad391a184e09efa2185f0823002b3414703496c Mon Sep 17 00:00:00 2001 From: Maurizio Porrato Date: Sun, 21 Dec 2014 17:27:06 +0000 Subject: [PATCH] libwebsock-nothreads: fix typo --- libwebsock-nothreads/PKGBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libwebsock-nothreads/PKGBUILD b/libwebsock-nothreads/PKGBUILD index 52e365f..bdd6632 100644 --- a/libwebsock-nothreads/PKGBUILD +++ b/libwebsock-nothreads/PKGBUILD @@ -1,6 +1,6 @@ # Maintainer: Maurizio Porrato -pkgname=libwebsock-nothread +pkgname=libwebsock-nothreads pkgver=1.0.4 pkgrel=1 pkgdesc="C library for easy WebSockets servers. Legacy version without threads support."