summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndré Löfgren2022-10-28 10:39:06 +0200
committerAndré Löfgren2022-10-28 10:39:06 +0200
commit3e7831d1aa4ced51d6d0bc0f7a85b9ee620d4420 (patch)
tree4bea36dfeaa1aad2e512cac1c547a3fc71d2b075
parent9af7c9116303e1bd8b6866d9cdc09ac9c2a9d12b (diff)
downloadaur-3e7831d1aa4ced51d6d0bc0f7a85b9ee620d4420.tar.gz
added karchive dependency
-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'