From b484bcc68cf57978bb3d884e06af5239f9dd33fd Mon Sep 17 00:00:00 2001 From: Sertonix Date: Thu, 29 Aug 2024 03:53:20 +0200 Subject: [PATCH] testing/lomiri-location-service: rebuild against process-cpp 3.0.2 --- testing/lomiri-location-service/APKBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testing/lomiri-location-service/APKBUILD b/testing/lomiri-location-service/APKBUILD index f8c0ad73621..c7a146c3684 100644 --- a/testing/lomiri-location-service/APKBUILD +++ b/testing/lomiri-location-service/APKBUILD @@ -1,7 +1,7 @@ # Maintainer: Luca Weiss pkgname=lomiri-location-service pkgver=3.1.0 -pkgrel=3 +pkgrel=4 pkgdesc="Location service aggregating position/velocity/heading updates and exporting them over dbus" arch="all" url="https://gitlab.com/ubports/development/core/location-service"