summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndré Löfgren2021-11-18 18:18:38 +0100
committerAndré Löfgren2021-11-18 18:18:38 +0100
commit2281d075d00118df8196f055b2d4410b0dd42b7f (patch)
treef7932904193babae6392daf4a837984a720bc228
parent607896f08583e226c18d4d74bd12d0dd3929d7e2 (diff)
downloadaur-2281d075d00118df8196f055b2d4410b0dd42b7f.tar.gz
added missing dependency
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD7
2 files changed, 8 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index febe46a0b551..a063984d71a6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = harbour-amazfish-git
pkgdesc = Companion application for Huami Devices and the Pinetime Infinitime
pkgver = r849.34365e4
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/piggz/harbour-amazfish
arch = x86_64
arch = aarch64
@@ -14,7 +14,9 @@ pkgbase = harbour-amazfish-git
depends = qt5-connectivity
depends = qtmpris
depends = nemo-qml-plugin-dbus
- provides = harbour-amazfish
+ depends = kirigami2
+ provides = amazfish
+ conflicts = amazfish
conflicts = harbour-amazfish-git
conflicts = harbour-amazfish
source = git+https://github.com/piggz/harbour-amazfish
diff --git a/PKGBUILD b/PKGBUILD
index 9fb71cb0ad91..1d47d71cd509 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=harbour-amazfish-git
pkgver=r849.34365e4
-pkgrel=1
+pkgrel=2
epoch=
pkgdesc="Companion application for Huami Devices and the Pinetime Infinitime"
arch=(x86_64 aarch64)
@@ -18,12 +18,13 @@ depends=(
'qt5-connectivity'
'qtmpris'
'nemo-qml-plugin-dbus'
+ 'kirigami2'
)
makedepends=()
checkdepends=()
optdepends=()
-provides=('harbour-amazfish')
-conflicts=('harbour-amazfish-git' 'harbour-amazfish')
+provides=('amazfish')
+conflicts=('amazfish' 'harbour-amazfish-git' 'harbour-amazfish')
replaces=()
backup=()
options=()