summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrei Pozolotin2016-07-19 22:48:26 +0000
committerAndrei Pozolotin2016-07-19 22:48:26 +0000
commitb3b3c25129aaac0d7927b5df131fa104e5c720c0 (patch)
treecf93b05ea8ad96b3f9d07085fc5aa977e4e3a00c
parent99a23a40def0577daad96fb2097e9c8954163b53 (diff)
downloadaur-b3b3c25129aaac0d7927b5df131fa104e5c720c0.tar.gz
M .SRCINFO
M PKGBUILD
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD5
2 files changed, 6 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 12bfaa7d42d1..63e11483ac44 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 = 1
+ pkgrel = 2
url = https://github.com/typesafehub/zinc
arch = any
license = Apache
@@ -9,6 +9,7 @@ pkgbase = zinc
provides = zinc
conflicts = zinc-git
options = !strip
+ backup = etc/conf.d/zincer.conf
source = http://downloads.typesafe.com/zinc/0.3.11/zinc-0.3.11.tgz
source = zincer.sh
source = zincer.conf
diff --git a/PKGBUILD b/PKGBUILD
index 3721bb437b58..d70969d531c3 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=1
+pkgrel=2
url="https://github.com/typesafehub/zinc"
arch=('any')
license=('Apache')
@@ -14,6 +14,9 @@ source=(
"zincer.conf" # service env vars
"zincer.service" # systemd service
)
+backup=(
+ 'etc/conf.d/zincer.conf'
+)
md5sums=(
'SKIP'
'SKIP'