summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrei Pozolotin2016-07-19 23:03:12 +0000
committerAndrei Pozolotin2016-07-19 23:03:12 +0000
commitb8a83af644967b66b1cc7e1ddfce1feb2beed86f (patch)
tree4d3ab4240e72d6c22df7f7771319cad36b4ed623
parentb3b3c25129aaac0d7927b5df131fa104e5c720c0 (diff)
downloadaur-b8a83af644967b66b1cc7e1ddfce1feb2beed86f.tar.gz
M .SRCINFO
M PKGBUILD M zincer.service
-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