summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO14
-rw-r--r--PKGBUILD12
2 files changed, 13 insertions, 13 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ab7149ee353b..8b1835c8a173 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,24 +1,24 @@
pkgbase = harbour-amazfish
pkgdesc = Companion application for Huami Devices and the Pinetime Infinitime
- pkgver = 2.1.3
- pkgrel = 2
+ pkgver = 2.2.1
+ pkgrel = 1
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 = 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 = https://github.com/piggz/harbour-amazfish/archive/refs/tags/2.1.3.tar.gz
- sha512sums = 3c2ab48a244ed4f197234aff9011aae71ecf4bb8ed3cfaa7da11dfb728562f59fcf5423da3fb2dfc1cc3f698e6d38bdea7e7232e0b2b0fd7b0850d8b0c8aa52d
+ source = https://github.com/piggz/harbour-amazfish/archive/refs/tags/2.2.1.tar.gz
+ sha512sums = 3934894764d7c76e7dafe866a60c7abaeb8ae96624fa4bc5d6cd3b5025bc0b3f7a72f442128eebb43871ec4e92b06ada3f94d287d81c03be2c0222c1fce828b5
pkgname = harbour-amazfish
diff --git a/PKGBUILD b/PKGBUILD
index c9983db59238..d9c28ec694d4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Ikosse <andrelofgren@hotmail.co.uk>
pkgname=harbour-amazfish
-pkgver=2.1.3
-pkgrel=2
+pkgver=2.2.1
+pkgrel=1
pkgdesc="Companion application for Huami Devices and the Pinetime Infinitime"
arch=('x86_64' 'aarch64')
url="https://github.com/piggz/harbour-amazfish"
@@ -10,19 +10,19 @@ provides=('amazfish')
license=('AGPL3')
depends=(
'qt5-base'
- 'karchive'
+ 'karchive5'
'kdb'
- 'kcontacts'
+ 'kcontacts5'
'qt5-location'
'qt5-connectivity'
'qtmpris'
'nemo-qml-plugin-dbus'
'kirigami2'
- 'bluez-qt'
+ 'bluez-qt5'
)
makedepends=('git')
source=("https://github.com/piggz/$pkgname/archive/refs/tags/$pkgver.tar.gz")
-sha512sums=('3c2ab48a244ed4f197234aff9011aae71ecf4bb8ed3cfaa7da11dfb728562f59fcf5423da3fb2dfc1cc3f698e6d38bdea7e7232e0b2b0fd7b0850d8b0c8aa52d')
+sha512sums=('3934894764d7c76e7dafe866a60c7abaeb8ae96624fa4bc5d6cd3b5025bc0b3f7a72f442128eebb43871ec4e92b06ada3f94d287d81c03be2c0222c1fce828b5')
prepare() {
cd "$srcdir/$pkgname-$pkgver"