Created
October 18, 2018 19:46
-
-
Save apetresc/e095da6e50995d4bec33a0ceeec0be92 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/.SRCINFO b/.SRCINFO | |
index 41e47fb..dff8005 100644 | |
--- a/.SRCINFO | |
+++ b/.SRCINFO | |
@@ -1,6 +1,6 @@ | |
pkgbase = websocketpp-git-dev | |
pkgdesc = C++/Boost Asio based websocket client/server library, Develop branch | |
- pkgver = 0.7.0.1685.19cad99 | |
+ pkgver = 0.8.1.1696.c6d7e29 | |
pkgrel = 1 | |
url = http://www.zaphoyd.com/websocketpp/ | |
arch = any | |
@@ -16,7 +16,7 @@ pkgbase = websocketpp-git-dev | |
optdepends = boost-libs: non C++11 environments support | |
provides = websocketpp | |
conflicts = websocketpp | |
- source = websocketpp-git-dev::git+https://github.com/zaphoyd/websocketpp#branch=develop | |
+ source = websocketpp-git-dev::git+https://github.com/zaphoyd/websocketpp#branch=master | |
sha512sums = SKIP | |
pkgname = websocketpp-git-dev | |
diff --git a/PKGBUILD b/PKGBUILD | |
index aefdcc5..35e6ad0 100644 | |
--- a/PKGBUILD | |
+++ b/PKGBUILD | |
@@ -1,6 +1,6 @@ | |
pkgname=websocketpp-git-dev | |
_gitname=websocketpp | |
-pkgver=0.7.0.1685.19cad99 | |
+pkgver=0.8.1.1696.c6d7e29 | |
pkgrel=1 | |
pkgdesc='C++/Boost Asio based websocket client/server library, Develop branch' | |
url='http://www.zaphoyd.com/websocketpp/' | |
@@ -15,7 +15,7 @@ optdepends=( | |
makedepends=('git' 'cmake' 'boost' 'boost-libs' 'scons') | |
provides=('websocketpp') | |
conflicts=('websocketpp') | |
-source=(${pkgname}::git+https://github.com/zaphoyd/${_gitname}#branch=develop) | |
+source=(${pkgname}::git+https://github.com/zaphoyd/${_gitname}#branch=master) | |
sha512sums=('SKIP') | |
pkgver() { |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment