summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndré Löfgren2022-11-09 09:24:10 +0100
committerAndré Löfgren2022-11-09 09:24:10 +0100
commit31964eab24e5e1468ed23afce93e1f091e0366d6 (patch)
treecdaddab9060d4badd03a4ba8a5c0e936eb68aa25
parent13a10b5b7f5d2dffcef31912571a9e89e1a51ecd (diff)
downloadaur-31964eab24e5e1468ed23afce93e1f091e0366d6.tar.gz
removed redudant systemd service
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD3
2 files changed, 2 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 06e91521c70a..47cb9dcd12ac 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 = 3
+ pkgrel = 4
url = https://github.com/piggz/harbour-amazfish
arch = x86_64
arch = aarch64
diff --git a/PKGBUILD b/PKGBUILD
index a48844ed2c73..f88e0006b38a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=harbour-amazfish
pkgver=2.1.0
-pkgrel=3
+pkgrel=4
pkgdesc="Companion application for Huami Devices and the Pinetime Infinitime"
arch=('x86_64' 'aarch64')
url="https://github.com/piggz/harbour-amazfish"
@@ -40,5 +40,4 @@ 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"
}