From 367d7c4239c07330d62a4401da8130ace469ce0a Mon Sep 17 00:00:00 2001 From: Joel Beckmeyer Date: Tue, 16 May 2023 11:47:28 -0400 Subject: [PATCH] activityrelay: update to 0.2.4. --- srcpkgs/activityrelay/files/activityrelay/run | 2 +- srcpkgs/activityrelay/template | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/srcpkgs/activityrelay/files/activityrelay/run b/srcpkgs/activityrelay/files/activityrelay/run index 2082710dd44..695abd209d1 100755 --- a/srcpkgs/activityrelay/files/activityrelay/run +++ b/srcpkgs/activityrelay/files/activityrelay/run @@ -2,4 +2,4 @@ [ -r ./conf ] && . ./conf exec 2>&1 exec chpst -u _activityrelay:_activityrelay activityrelay \ - -c ${CONFIG_FILE:-/etc/activityrelay/activityrelay.yaml} + -c ${CONFIG_FILE:-/etc/activityrelay/activityrelay.yaml} run diff --git a/srcpkgs/activityrelay/template b/srcpkgs/activityrelay/template index 4b8d80b8f6b..74b8e8dbc88 100644 --- a/srcpkgs/activityrelay/template +++ b/srcpkgs/activityrelay/template @@ -1,17 +1,17 @@ # Template file for 'activityrelay' pkgname=activityrelay -version=0.2.2 -revision=2 +version=0.2.4 +revision=1 build_style=python3-module hostmakedepends="python3-setuptools" -depends="python3-aiohttp python3-cachetools python3-click python3-pycryptodome +depends="python3-aiohttp python3-aputils python3-cachetools python3-click python3-yaml" short_desc="Generic LitePub relay (works with LitePub consumers and Mastodon)" maintainer="Joel Beckmeyer " license="AGPL-3.0-or-later" homepage="https://git.pleroma.social/pleroma/relay" distfiles="https://git.pleroma.social/pleroma/relay/-/archive/${version}/relay-${version}.tar.gz" -checksum=f460037a522e45fd030735da893e5851d90b6340caab0bcd24346996474aac25 +checksum=32c127b789d3305301f6a408299a9d59035665674dae6806fb4bb3206698b40e make_check=no # no tests specified system_accounts="_activityrelay"