Jelle van der Waa pushed to branch main at Arch Linux / Packaging / Packages /
tang
Commits:
482224e0 by Jelle van der Waa at 2025-01-11T19:56:34+01:00
Switch to llhttp
http-parser is unmaintained and deprecated.
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = tang
pkgdesc = Server for binding data to network presence
pkgver = 15
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/latchset/tang
arch = x86_64
license = GPL3
@@ -9,7 +9,7 @@ pkgbase = tang
makedepends = git
makedepends = asciidoc
makedepends = meson
- depends = http-parser
+ depends = llhttp
depends = jose
source = git+https://github.com/latchset/tang.git#tag=v15
source = tang.sysusers.conf
=====================================
PKGBUILD
=====================================
@@ -1,12 +1,12 @@
# Maintainer: Jonas Witschel <[email protected]>
pkgname=tang
pkgver=15
-pkgrel=1
+pkgrel=2
pkgdesc='Server for binding data to network presence'
arch=('x86_64')
url='https://github.com/latchset/tang'
license=('GPL3')
-depends=('http-parser' 'jose')
+depends=('llhttp' 'jose')
makedepends=('git' 'asciidoc' 'meson')
checkdepends=('systemd')
source=("git+$url.git#tag=v$pkgver"
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/tang/-/commit/482224e030a3867cc2ff10fb2761b05fc5900d3e
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/tang/-/commit/482224e030a3867cc2ff10fb2761b05fc5900d3e
You're receiving this email because of your account on gitlab.archlinux.org.