Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages /
restinio
Commits:
e36a3ec6 by Antonio Rojas at 2024-09-15T11:02:10+02:00
upgpkg: 0.7.2-2: Move expected-lite to depends
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = restinio
pkgdesc = Header-only C++14 library that gives you an embedded
HTTP/Websocket server
pkgver = 0.7.2
- pkgrel = 1
+ pkgrel = 2
url = https://stiffstream.com/en/products/restinio.html
arch = any
license = BSD
@@ -12,10 +12,10 @@ pkgbase = restinio
makedepends = pcre
makedepends = pcre2
makedepends = boost
- makedepends = expected-lite
depends = asio
depends = llhttp
depends = fmt
+ depends = expected-lite
source =
https://github.com/Stiffstream/restinio/releases/download/v.0.7.2/restinio-0.7.2.tar.bz2
sha256sums =
7ba3660ccf937eae55b35aba97d500e60a53baf3f2a24ee87a01b2ed6f2c08f4
=====================================
PKGBUILD
=====================================
@@ -2,13 +2,13 @@
pkgname=restinio
pkgver=0.7.2
-pkgrel=1
+pkgrel=2
pkgdesc="Header-only C++14 library that gives you an embedded HTTP/Websocket
server"
arch=(any)
url="https://stiffstream.com/en/products/restinio.html"
license=(BSD)
-depends=(asio llhttp fmt)
-makedepends=(cmake gcc openssl zlib pcre pcre2 boost expected-lite)
+depends=(asio llhttp fmt expected-lite)
+makedepends=(cmake gcc openssl zlib pcre pcre2 boost)
source=(https://github.com/Stiffstream/restinio/releases/download/v.${pkgver}/${pkgname}-${pkgver}.tar.bz2)
sha256sums=('7ba3660ccf937eae55b35aba97d500e60a53baf3f2a24ee87a01b2ed6f2c08f4')
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/restinio/-/commit/e36a3ec6d57697aecce74c7bb65d4f7133417309
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/restinio/-/commit/e36a3ec6d57697aecce74c7bb65d4f7133417309
You're receiving this email because of your account on gitlab.archlinux.org.