summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD3
2 files changed, 3 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 45028a39e4bd..06e91521c70a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = harbour-amazfish
pkgdesc = Companion application for Huami Devices and the Pinetime Infinitime
pkgver = 2.1.0
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/piggz/harbour-amazfish
arch = x86_64
arch = aarch64
diff --git a/PKGBUILD b/PKGBUILD
index ed11c03eea41..a48844ed2c73 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=harbour-amazfish
pkgver=2.1.0
-pkgrel=2
+pkgrel=3
pkgdesc="Companion application for Huami Devices and the Pinetime Infinitime"
arch=('x86_64' 'aarch64')
url="https://github.com/piggz/harbour-amazfish"
@@ -40,4 +40,5 @@ build () {
package() {
cd "$srcdir/$pkgname-$pkgver"
make INSTALL_ROOT="$pkgdir" install
+ install -Dm644 daemon/harbour-amazfish.service "$pkgdir/usr/lib/systemd/system/harbour-amazfish.service"
}