summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ddafa7874a4c..5ce277bd8a7d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -8,11 +8,12 @@ pkgbase = sat-switcher-git
license = GNU General Public License 3
makedepends = git
makedepends = cmake
+ depends = libshmdata-1.3.so
depends = python-socketio
depends = python-aiohttp
depends = python-requests
depends = python-websocket-client
- provides = shmdata
+ provides = switcher
source = git+https://gitlab.com/sat-mtl/tools/switcher.git
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 15a59b8663d9..24217535ecd6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,9 +8,9 @@ arch=('x86_64' 'aarch64')
url="https://gitlab.com/sat-mtl/tools/switcher"
license=('GNU General Public License 3')
groups=()
-depends=('python-socketio' 'python-aiohttp' 'python-requests' 'python-websocket-client')
+depends=('libshmdata-1.3.so' 'python-socketio' 'python-aiohttp' 'python-requests' 'python-websocket-client')
makedepends=('git' 'cmake')
-provides=('shmdata')
+provides=('switcher')
conflicts=()
replaces=()
backup=()