summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorOliver Giles2019-05-11 12:02:12 +0300
committerOliver Giles2019-05-11 12:02:12 +0300
commit543a771d82f27ebcd269750ef28dced246314861 (patch)
treed2abcf322e589ef4f7afe5258a28092d4468217b
parentc641c9334a40fe4d8951272bdc2d681076e86303 (diff)
downloadaur-543a771d82f27ebcd269750ef28dced246314861.tar.gz
version 0.7
-rw-r--r--.SRCINFO12
-rw-r--r--PKGBUILD11
2 files changed, 10 insertions, 13 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 594571330c06..7618c0d57145 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Sun Jan 20 18:36:04 UTC 2019
+# Sat May 11 09:02:00 UTC 2019
pkgbase = laminar
pkgdesc = Fast and lightweight Continuous Integration server
- pkgver = 0.6
- pkgrel = 3
+ pkgver = 0.7
+ pkgrel = 1
url = https://laminar.ohwg.net
install = laminar.install
arch = i686
@@ -13,13 +13,11 @@ pkgbase = laminar
makedepends = cmake
makedepends = boost
makedepends = rapidjson
- makedepends = websocketpp
depends = capnproto>=0.7
depends = sqlite
- depends = boost-libs
options = strip
- source = https://github.com/ohwgiles/laminar/archive/0.6.tar.gz
- md5sums = 0227ce523eef0605b10cbda30ad605d9
+ source = https://github.com/ohwgiles/laminar/archive/0.7.tar.gz
+ md5sums = 83f74d760917b29d5b7769c4b038237e
pkgname = laminar
diff --git a/PKGBUILD b/PKGBUILD
index 4b07cbc4b2b3..ca251c8395ba 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,22 +1,21 @@
# Maintainer: Oliver Giles <web ohwg net>
pkgname=laminar
-pkgver=0.6
-pkgrel=3
+pkgver=0.7
+pkgrel=1
pkgdesc="Fast and lightweight Continuous Integration server"
arch=('i686' 'x86_64' 'armv7h')
url="https://laminar.ohwg.net"
license=('GPL3')
groups=()
-depends=('capnproto>=0.7' 'sqlite' 'boost-libs')
-makedepends=('cmake' 'boost' 'rapidjson' 'websocketpp')
+depends=('capnproto>=0.7' 'sqlite')
+makedepends=('cmake' 'boost' 'rapidjson')
options=('strip')
source=("https://github.com/ohwgiles/laminar/archive/$pkgver.tar.gz")
install=laminar.install
-md5sums=('0227ce523eef0605b10cbda30ad605d9')
+md5sums=('83f74d760917b29d5b7769c4b038237e')
prepare() {
cd "$srcdir/$pkgname-$pkgver"
- sed 's/-std=c++11/-std=c++14/' -i CMakeLists.txt
}
build() {