summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
-rw-r--r--zincer.service2
3 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 63e11483ac44..b6211f9dcf4b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = zinc
pkgdesc = Zinc is a stand-alone version of sbt's incremental compiler
pkgver = 0.3.11
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/typesafehub/zinc
arch = any
license = Apache
diff --git a/PKGBUILD b/PKGBUILD
index d70969d531c3..dbba66d1169d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
pkgdesc="Zinc is a stand-alone version of sbt's incremental compiler"
pkgname="zinc"
pkgver=0.3.11
-pkgrel=2
+pkgrel=3
url="https://github.com/typesafehub/zinc"
arch=('any')
license=('Apache')
diff --git a/zincer.service b/zincer.service
index 618835bfafcf..d6469fe02252 100644
--- a/zincer.service
+++ b/zincer.service
@@ -8,7 +8,7 @@ EnvironmentFile=/etc/conf.d/zincer.conf
StandardOutput=syslog
StandardError=syslog
SyslogIdentifier=zincer
-ExecStart=/opt/zincer.sh
+ExecStart=/opt/zinc/zincer.sh
Restart=on-failure
RestartSec=3s