From c08847e81cd48a195095b78349e76f80f6013586 Mon Sep 17 00:00:00 2001
From: Anupam Basak <anupam.basak27@gmail.com>
Date: Wed, 19 Jun 2024 14:38:40 +0530
Subject: [PATCH] Update dependencies and use default value(arm64) for ARCH

---
 .gitlab-ci.yml | 1 -
 debian/control | 4 ++--
 2 files changed, 2 insertions(+), 3 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 3b9bcda..67b040b 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -4,7 +4,6 @@ include:
   - https://www.opencode.net/zynthbox/gitlab-ci-tools/raw/main/zynthbox-default-ci.yml
 
 variables:
-  ARCH: 'armhf'
   SOURCE_REPO_URL: 'https://github.com/MrBollie/bolliedelay.lv2'
   SOURCE_REPO_BRANCH: ''
   SOURCE_REPO_COMMIT_HASH: ''
diff --git a/debian/control b/debian/control
index 7bdfe39..7672a31 100644
--- a/debian/control
+++ b/debian/control
@@ -2,11 +2,11 @@ Source: zynthbox-plugin-bolliedelay
 Section: misc
 Priority: optional
 Maintainer: Anupam Basak <anupam.basak27@gmail.com>
-Build-Depends: debhelper (>= 11), zynthbox-dependency-lv2
+Build-Depends: debhelper (>= 11), lv2-dev
 Standards-Version: 4.1.3
 Homepage: https://github.com/MrBollie/bolliedelay.lv2
 
 Package: zynthbox-plugin-bolliedelay
 Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}, zynthbox-dependency-lv2
+Depends: ${shlibs:Depends}, ${misc:Depends}, lv2-dev
 Description: Build zynthbox-plugin-bolliedelay deb
-- 
GitLab