summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO9
-rw-r--r--PKGBUILD9
2 files changed, 8 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 30f84c33e592..56e324a01d3b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,23 +1,22 @@
pkgbase = harbour-amazfish-git
pkgdesc = Companion application for Huami Devices and the Pinetime Infinitime
pkgver = r849.34365e4
- pkgrel = 5
+ pkgrel = 6
url = https://github.com/piggz/harbour-amazfish
arch = x86_64
arch = aarch64
license = AGPL3
makedepends = git
depends = qt5-base
- depends = karchive
+ depends = karchive5
depends = kdb
- depends = kcontacts
- depends = kcoreaddons
+ depends = kcontacts5
depends = qt5-location
depends = qt5-connectivity
depends = qtmpris
depends = nemo-qml-plugin-dbus
depends = kirigami2
- depends = bluez-qt
+ depends = bluez-qt5
provides = amazfish
source = git+https://github.com/piggz/harbour-amazfish
md5sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 007059f9df6c..6d80c3d9fa06 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=harbour-amazfish-git
pkgver=r849.34365e4
-pkgrel=5
+pkgrel=6
epoch=
pkgdesc="Companion application for Huami Devices and the Pinetime Infinitime"
arch=(x86_64 aarch64)
@@ -11,16 +11,15 @@ license=('AGPL3')
groups=()
depends=(
'qt5-base'
- 'karchive'
+ 'karchive5'
'kdb'
- 'kcontacts'
- 'kcoreaddons'
+ 'kcontacts5'
'qt5-location'
'qt5-connectivity'
'qtmpris'
'nemo-qml-plugin-dbus'
'kirigami2'
- 'bluez-qt'
+ 'bluez-qt5'
)
makedepends=('git')
checkdepends=()