summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authors7hoang2022-01-15 23:35:34 -0500
committers7hoang2022-01-20 04:14:14 -0500
commit66bc0f7ecaf1e678bc23005f777df08d29d337ae (patch)
tree22e7818bbeda108fc6ab2a1c35d15cb78a421c4c
parenta7748ad28b129b2f564324e169e60eb488583588 (diff)
downloadaur-66bc0f7ecaf1e678bc23005f777df08d29d337ae.tar.gz
Fix Systemd Service Related Sed Edits
Was relying on specifying the specific line which failed upon changing the service file. Changed it to search for the particular property instead which is less brittle.
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 4b49c02058f6..7f0af7148278 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: s7hoang <s7hoang at gmail dot com>
# Contributors: Janne Heß <jannehess at gmail dot com>
pkgname=anki-sync-server-git
-pkgver=r425.ef41934
+pkgver=r408.0753292
pkgrel=1
pkgdesc="A sync server for anki using a forked version from github.com/ankicommunity (orig:dsnopek)"
arch=('any')