summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAtle Solbakken2021-11-08 12:48:07 +0100
committerAtle Solbakken2021-11-08 12:48:07 +0100
commitd4470bf8b3cbc7400419796a95a7ec326fe8e3f7 (patch)
treeba41a0a8e5c7af313837a80cba5ec64362340e37
parent25924ff885cf3e934c92dcb406c0c7a09429a410 (diff)
downloadaur-d4470bf8b3cbc7400419796a95a7ec326fe8e3f7.tar.gz
New version.
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 10058afdf831..c079554824d8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = rrr
pkgdesc = Read Route Record is a messaging daemon supporting HTTP, MQTT, TCP, UDP +++
- pkgver = 1.19.1
+ pkgver = 1.21.1
pkgrel = 0
url = https://www.github.com/atlesn/rrr
arch = i686
@@ -15,9 +15,10 @@ pkgbase = rrr
depends = libnghttp2
depends = json-c
depends = libevent
+ depends = jemalloc
optdepends = systemd: systemd daemon support
provides = rrr
- source = git+https://github.com/atlesn/rrr.git#tag=v1.19-1
+ source = git+https://github.com/atlesn/rrr.git#tag=v1.21-1
md5sums = SKIP
pkgname = rrr
diff --git a/PKGBUILD b/PKGBUILD
index e71635a6a9f2..830f1b83956e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,16 +1,16 @@
# Maintainer: Atle Solbakken <atle@goliathdns.no>
pkgname="rrr"
-pkgver=1.19.1
+pkgver=1.21.1
pkgrel=0
pkgdesc="Read Route Record is a messaging daemon supporting HTTP, MQTT, TCP, UDP +++"
arch=('i686' 'arm64' 'x86_64' 'aarch64')
url="https://www.github.com/atlesn/rrr"
license=('GPL')
-depends=('python3' 'perl' 'mariadb-clients' 'libnghttp2' 'json-c' 'libevent')
+depends=('python3' 'perl' 'mariadb-clients' 'libnghttp2' 'json-c' 'libevent' 'jemalloc')
optdepends=('systemd: systemd daemon support')
makedepends=('git')
provides=('rrr')
-source=("git+https://github.com/atlesn/$pkgname.git#tag=v1.19-1")
+source=("git+https://github.com/atlesn/$pkgname.git#tag=v1.21-1")
md5sums=('SKIP')
pkgver() {