Skip to content
Snippets Groups Projects
Commit 968ea655 authored by Mark Wagie's avatar Mark Wagie
Browse files

[pkg-upd] 2.1.1-1

parent c8ed5d65
No related branches found
No related tags found
No related merge requests found
Pipeline #10676 passed
......@@ -2,8 +2,7 @@
# Maintainer: Bernhard Landauer <bernhard@manjaro.org>
pkgname=amazfish
_pkgname=harbour-$pkgname
pkgver=2.1.0
pkgver=2.1.1
pkgrel=1
pkgdesc="Companion application for Huami Devices and the Pinetime Infinitime"
arch=('x86_64' 'aarch64')
......@@ -13,7 +12,7 @@ depends=('bluez-qt' 'karchive' 'kcontacts' 'kdb' 'kirigami2' 'mlite' 'nemo-qml-p
'qt5-connectivity' 'qt5-location' 'qt5-quickcontrols2' 'qtmpris')
makedepends=('git')
install="$pkgname.install"
_commit=1166c01ac391066e89d1f700ed8316192b091486 # tags/2.1.0^0
_commit=ec70548f24a38505c865ce836dfca4a260fa86cf # tags/2.1.1^0
source=("git+https://github.com/piggz/harbour-amazfish.git#commit=${_commit}"
'git+https://github.com/piggz/libwatchfish.git'
'git+https://github.com/piggz/qble.git')
......@@ -22,25 +21,25 @@ sha256sums=('SKIP'
'SKIP')
pkgver() {
cd "$srcdir/${_pkgname}"
cd "$srcdir/harbour-amazfish"
git describe --tags | sed 's/-/+/g'
}
prepare() {
cd "$srcdir/${_pkgname}"
cd "$srcdir/harbour-amazfish"
git submodule init
git config submodule.daemon/libwatchfish.url $srcdir/libwatchfish
git config submodule.qble.url $srcdir/qble
git config submodule.daemon/libwatchfish.url "$srcdir/libwatchfish"
git config submodule.qble.url "$srcdir/qble"
git -c protocol.file.allow=always submodule update
}
build() {
cd "$srcdir/${_pkgname}"
qmake-qt5 FLAVOR=kirigami PREFIX=/usr
cd "$srcdir/harbour-amazfish"
qmake-qt5 FLAVOR='kirigami' PREFIX='/usr'
make
}
package() {
cd "$srcdir/${_pkgname}"
cd "$srcdir/harbour-amazfish"
make INSTALL_ROOT="$pkgdir" install
}
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