Skip to content

Commit

Permalink
Prepare Arch version
Browse files Browse the repository at this point in the history
  • Loading branch information
atlesn committed Feb 17, 2024
1 parent 6b0fbcf commit 8a251cf
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 6 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,6 @@ src/vlogger
*.lai
.dirstamp
variables.sh
variables.sh.in
/src/lib/rrr-build-config.h
/src/lib/rrr-build-config.h.in

Expand Down
10 changes: 5 additions & 5 deletions archlinux/PKGBUILD
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
# Maintainer: Atle Solbakken <atle@goliathdns.no>
pkgname="rrr"
pkgver=1.29.1
pkgver=1.29.2
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')
epends=('python3' 'perl' 'mariadb-clients' 'libnghttp2' 'json-c' 'libevent' 'jemalloc' 'lua')
optdepends=('systemd: systemd daemon support')
depends=('python3' 'perl' 'mariadb-clients' 'libnghttp2' 'json-c' 'libevent' 'jemalloc' 'lua' 'v8-r')
optdepends=('systemd: systemd daemon support' 'libbsd: set process titles')
makedepends=('git')
provides=('rrr')
source=("git+https://github.com/atlesn/$pkgname.git#tag=v1.29-1")
source=("git+https://github.com/atlesn/$pkgname.git#tag=v1.29-2")
md5sums=('SKIP')

pkgver() {
Expand All @@ -25,7 +25,7 @@ prepare() {
build() {
cd "${srcdir}/${pkgname}"
autoreconf -i
./configure --prefix=/usr --sysconfdir=/etc
./configure --prefix=/usr --sysconfdir=/etc --with-v8 --enable-v8-sandbox
make
}

Expand Down
4 changes: 4 additions & 0 deletions variables.sh.in
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
#!/bin/sh

# DO NOT DELETE THIS FILE

0 comments on commit 8a251cf

Please sign in to comment.