Skip to content
Snippets Groups Projects
Verified Commit 8ef4b75f authored by Mark Wagie's avatar Mark Wagie
Browse files

[pkg-upd] 2.2.5-1

- use git tag
- add some transitive dependencies
parent c9810b90
No related branches found
No related tags found
No related merge requests found
Pipeline #13029 failed
......@@ -3,7 +3,7 @@
# Contributor: Dan Johansen
pkgname=amazfish
pkgver=2.2.4
pkgver=2.2.5
pkgrel=1
pkgdesc="Companion application for Huami Devices and the Pinetime Infinitime"
arch=('x86_64' 'aarch64')
......@@ -11,7 +11,9 @@ url="https://github.com/piggz/harbour-amazfish"
license=('GPL-3.0-or-later')
depends=(
'bluez-qt5'
'dbus'
'hicolor-icon-theme'
'icu'
'karchive5'
'kcontacts5'
'kcoreaddons5'
......@@ -19,26 +21,23 @@ depends=(
'kirigami2'
'mlite'
'nemo-qml-plugin-dbus'
'qt5-base'
'qt5-connectivity'
'qt5-declarative'
'qt5-location'
'qt5-quickcontrols2'
'qtmpris'
'zlib'
)
makedepends=('git')
install="$pkgname.install"
_commit=474022822fc2dea73d20bc8829b21ff9f492eb0c # tags/2.2.4^0
source=("git+https://github.com/piggz/harbour-amazfish.git#commit=${_commit}"
source=("git+https://github.com/piggz/harbour-amazfish.git#tag=$pkgver"
'git+https://github.com/piggz/libwatchfish.git'
'git+https://github.com/piggz/qble.git')
sha256sums=('SKIP'
sha256sums=('2492d2a9f636c8e4cb8a9f6a673ba573fcbc43867528201489f65f64eb13a157'
'SKIP'
'SKIP')
pkgver() {
cd harbour-amazfish
git describe --tags | sed 's/-/+/g'
}
prepare() {
cd harbour-amazfish
git submodule init
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment