summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO3
-rw-r--r--.SRCINFO.swpbin0 -> 12288 bytes
-rw-r--r--PKGBUILD3
3 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f2a2d422bb6c..45028a39e4bd 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,14 @@
pkgbase = harbour-amazfish
pkgdesc = Companion application for Huami Devices and the Pinetime Infinitime
pkgver = 2.1.0
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/piggz/harbour-amazfish
arch = x86_64
arch = aarch64
license = AGPL3
makedepends = git
depends = qt5-base
+ depends = karchive
depends = kdb
depends = kcontacts
depends = qt5-location
diff --git a/.SRCINFO.swp b/.SRCINFO.swp
new file mode 100644
index 000000000000..bca4f720f99c
--- /dev/null
+++ b/.SRCINFO.swp
Binary files differ
diff --git a/PKGBUILD b/PKGBUILD
index a47f63e29767..ed11c03eea41 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=harbour-amazfish
pkgver=2.1.0
-pkgrel=1
+pkgrel=2
pkgdesc="Companion application for Huami Devices and the Pinetime Infinitime"
arch=('x86_64' 'aarch64')
url="https://github.com/piggz/harbour-amazfish"
@@ -10,6 +10,7 @@ provides=('amazfish')
license=('AGPL3')
depends=(
'qt5-base'
+ 'karchive'
'kdb'
'kcontacts'
'qt5-location'