summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorimlonghao2018-06-23 16:05:12 +0800
committerimlonghao2018-06-23 16:05:12 +0800
commite40f02cde31443706449000ed3766675b657ca4b (patch)
treecdd488de04251325f65660fea38e81e165401681
parent8f601634054eb8f0c2f682e503bd934ce9cf24a0 (diff)
downloadaur-e40f02cde31443706449000ed3766675b657ca4b.tar.gz
Fix the name of the systemd file
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9f11a88bcf5e..813a6e0c971a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = go-nebulas-git
pkgdesc = Official Go implementation of the Nebulas protocol
pkgver = r2209.78433128
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/nebulasio/go-nebulas
install = go-nebulas-git.install
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index b628fe95ba1b..4acaa491cb3b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=go-nebulas-git
pkgver=r2209.78433128
-pkgrel=1
+pkgrel=2
pkgdesc="Official Go implementation of the Nebulas protocol"
arch=("x86_64")
url="https://github.com/nebulasio/go-nebulas"
@@ -63,7 +63,7 @@ package() {
install -Dm644 config.conf ${pkgdir}/etc/go-nebulas/config.conf.example
install -Dm644 genesis.conf ${pkgdir}/etc/go-nebulas/genesis.conf.example
cp -r ${_dir}/keydir ${pkgdir}/etc/go-nebulas/keydir.example
- install -Dm644 go-nebulas.service ${pkgdir}/usr/lib/systemd/system/caddy.service
+ install -Dm644 go-nebulas.service ${pkgdir}/usr/lib/systemd/system/go-nebulas.service
}
# vim: ts=2 sw=2 et: