summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndré Löfgren2021-11-18 18:08:21 +0100
committerAndré Löfgren2021-11-18 18:08:21 +0100
commit318a8a1a418a0918f2e4b6a9aac0751d6db16224 (patch)
treea82da1bb6a0a898629c89029a2e5b065b1969e72
parente60f62b144d2efe66c5717e6fc0ac2dbae0e8b21 (diff)
downloadaur-318a8a1a418a0918f2e4b6a9aac0751d6db16224.tar.gz
version 2.0.3
-rw-r--r--.SRCINFO9
-rw-r--r--PKGBUILD7
2 files changed, 9 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1645c117e46d..a9ea2827d8d1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = harbour-amazfish
pkgdesc = Companion application for Huami Devices and the Pinetime Infinitime
- pkgver = 2.0.2
- pkgrel = 1
+ pkgver = 2.0.3
+ pkgrel = 2
url = https://github.com/piggz/harbour-amazfish
arch = x86_64
arch = aarch64
@@ -12,11 +12,12 @@ pkgbase = harbour-amazfish
depends = qt5-connectivity
depends = qtmpris
depends = nemo-qml-plugin-dbus
+ depends = kirigami2
provides = amazfish
conflicts = amazfish
conflicts = harbour-amazfish
conflicts = harbour-amazfish-git
- source = https://github.com/piggz/harbour-amazfish/archive/refs/tags/2.0.2.tar.gz
- sha512sums = a6b196104da1833895957437651bdcab85ebef56a79fa839150e5c14abf5afca323082a0c3c773f2d2518dabb0ca4903ec3725f6186f1b2dd533b5c534310ef3
+ source = https://github.com/piggz/harbour-amazfish/archive/refs/tags/2.0.3.tar.gz
+ sha512sums = b1eec968a61fb19f94e9b37aaa83da7d1da4cb407dcbb676454c7da42c50c5e8976f5704106970ddd51ea3376f59ca1e41604e508a42c2ece460b41bbb36f5b7
pkgname = harbour-amazfish
diff --git a/PKGBUILD b/PKGBUILD
index f00ff97e3dcc..3613fc6cae0b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Ikosse <andrelofgren@hotmail.co.uk>
pkgname=harbour-amazfish
-pkgver=2.0.2
-pkgrel=1
+pkgver=2.0.3
+pkgrel=2
pkgdesc="Companion application for Huami Devices and the Pinetime Infinitime"
arch=('x86_64' 'aarch64')
url="https://github.com/piggz/harbour-amazfish"
@@ -16,9 +16,10 @@ depends=(
'qt5-connectivity'
'qtmpris'
'nemo-qml-plugin-dbus'
+ 'kirigami2'
)
source=("https://github.com/piggz/$pkgname/archive/refs/tags/$pkgver.tar.gz")
-sha512sums=('a6b196104da1833895957437651bdcab85ebef56a79fa839150e5c14abf5afca323082a0c3c773f2d2518dabb0ca4903ec3725f6186f1b2dd533b5c534310ef3')
+sha512sums=('b1eec968a61fb19f94e9b37aaa83da7d1da4cb407dcbb676454c7da42c50c5e8976f5704106970ddd51ea3376f59ca1e41604e508a42c2ece460b41bbb36f5b7')
prepare() {
cd "$srcdir"/$pkgname-$pkgver