[arch-commits] Commit in libwebsockets/repos (4 files)

Jelle van der Waa jelle at archlinux.org
Fri Jan 6 15:25:02 UTC 2017


    Date: Friday, January 6, 2017 @ 15:25:02
  Author: jelle
Revision: 205813

archrelease: copy trunk to community-i686, community-x86_64

Added:
  libwebsockets/repos/community-i686/PKGBUILD
    (from rev 205812, libwebsockets/trunk/PKGBUILD)
  libwebsockets/repos/community-x86_64/PKGBUILD
    (from rev 205812, libwebsockets/trunk/PKGBUILD)
Deleted:
  libwebsockets/repos/community-i686/PKGBUILD
  libwebsockets/repos/community-x86_64/PKGBUILD

---------------------------+
 /PKGBUILD                 |   64 ++++++++++++++++++++++++++++++++++++++++++++
 community-i686/PKGBUILD   |   32 ----------------------
 community-x86_64/PKGBUILD |   32 ----------------------
 3 files changed, 64 insertions(+), 64 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2017-01-06 15:24:49 UTC (rev 205812)
+++ community-i686/PKGBUILD	2017-01-06 15:25:02 UTC (rev 205813)
@@ -1,32 +0,0 @@
-# Maintainer: Jelle van der Waa <jelle at archlinux.org>
-# Contributor: Jingbei Li <i at jingbei.li>
-
-pkgname=libwebsockets
-pkgver=2.0.3
-pkgrel=1
-pkgdesc="C library for websocket clients and servers"
-arch=('i686' 'x86_64')
-url="https://libwebsockets.org"
-depends=('openssl')
-makedepends=('cmake')
-license=('LGPL')
-source=("https://github.com/warmcat/libwebsockets/archive/v$pkgver.tar.gz")
-md5sums=('a025156d606d90579e65d53ccd062a94')
-
-build() {
-  cd "$pkgname-$pkgver"
-
-  mkdir build && cd build
-  cmake -D CMAKE_BUILD_TYPE=RelWithDebInfo -DCMAKE_INSTALL_PREFIX:PATH=/usr ..
-  make
-}
-
-package() {
-  cd "$pkgname-$pkgver/build"
-  make DESTDIR="${pkgdir}" install
-
-  cd ..
-
-  install -m755 -d "${pkgdir}/usr/share/licenses/${pkgname}"
-  install -m644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/"
-}

Copied: libwebsockets/repos/community-i686/PKGBUILD (from rev 205812, libwebsockets/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2017-01-06 15:25:02 UTC (rev 205813)
@@ -0,0 +1,32 @@
+# Maintainer: Jelle van der Waa <jelle at archlinux.org>
+# Contributor: Jingbei Li <i at jingbei.li>
+
+pkgname=libwebsockets
+pkgver=2.1.0
+pkgrel=1
+pkgdesc="C library for websocket clients and servers"
+arch=('i686' 'x86_64')
+url="https://libwebsockets.org"
+depends=('openssl')
+makedepends=('cmake')
+license=('LGPL')
+source=("https://github.com/warmcat/libwebsockets/archive/v$pkgver.tar.gz")
+md5sums=('4df3be57dee43aeebd54a3ed56568f50')
+
+build() {
+  cd "$pkgname-$pkgver"
+
+  mkdir build && cd build
+  cmake -D CMAKE_BUILD_TYPE=RelWithDebInfo -DCMAKE_INSTALL_PREFIX:PATH=/usr ..
+  make
+}
+
+package() {
+  cd "$pkgname-$pkgver/build"
+  make DESTDIR="${pkgdir}" install
+
+  cd ..
+
+  install -m755 -d "${pkgdir}/usr/share/licenses/${pkgname}"
+  install -m644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/"
+}

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2017-01-06 15:24:49 UTC (rev 205812)
+++ community-x86_64/PKGBUILD	2017-01-06 15:25:02 UTC (rev 205813)
@@ -1,32 +0,0 @@
-# Maintainer: Jelle van der Waa <jelle at archlinux.org>
-# Contributor: Jingbei Li <i at jingbei.li>
-
-pkgname=libwebsockets
-pkgver=2.0.3
-pkgrel=1
-pkgdesc="C library for websocket clients and servers"
-arch=('i686' 'x86_64')
-url="https://libwebsockets.org"
-depends=('openssl')
-makedepends=('cmake')
-license=('LGPL')
-source=("https://github.com/warmcat/libwebsockets/archive/v$pkgver.tar.gz")
-md5sums=('a025156d606d90579e65d53ccd062a94')
-
-build() {
-  cd "$pkgname-$pkgver"
-
-  mkdir build && cd build
-  cmake -D CMAKE_BUILD_TYPE=RelWithDebInfo -DCMAKE_INSTALL_PREFIX:PATH=/usr ..
-  make
-}
-
-package() {
-  cd "$pkgname-$pkgver/build"
-  make DESTDIR="${pkgdir}" install
-
-  cd ..
-
-  install -m755 -d "${pkgdir}/usr/share/licenses/${pkgname}"
-  install -m644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/"
-}

Copied: libwebsockets/repos/community-x86_64/PKGBUILD (from rev 205812, libwebsockets/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2017-01-06 15:25:02 UTC (rev 205813)
@@ -0,0 +1,32 @@
+# Maintainer: Jelle van der Waa <jelle at archlinux.org>
+# Contributor: Jingbei Li <i at jingbei.li>
+
+pkgname=libwebsockets
+pkgver=2.1.0
+pkgrel=1
+pkgdesc="C library for websocket clients and servers"
+arch=('i686' 'x86_64')
+url="https://libwebsockets.org"
+depends=('openssl')
+makedepends=('cmake')
+license=('LGPL')
+source=("https://github.com/warmcat/libwebsockets/archive/v$pkgver.tar.gz")
+md5sums=('4df3be57dee43aeebd54a3ed56568f50')
+
+build() {
+  cd "$pkgname-$pkgver"
+
+  mkdir build && cd build
+  cmake -D CMAKE_BUILD_TYPE=RelWithDebInfo -DCMAKE_INSTALL_PREFIX:PATH=/usr ..
+  make
+}
+
+package() {
+  cd "$pkgname-$pkgver/build"
+  make DESTDIR="${pkgdir}" install
+
+  cd ..
+
+  install -m755 -d "${pkgdir}/usr/share/licenses/${pkgname}"
+  install -m644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/"
+}



More information about the arch-commits mailing list