summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorjsm2020-05-12 15:57:37 +0200
committerjsm2020-05-12 16:14:45 +0200
commitfc0f7376b99d49361e1ce4478e276682a69f01dc (patch)
treede2ba61a36556db02d5b14a98b078458ffaf6a50
parent78d46202a5cc1ae88c66aae77bd1350922bd074d (diff)
downloadaur-fc0f7376b99d49361e1ce4478e276682a69f01dc.tar.gz
Supply systemd service file with Documentation=
-rw-r--r--PKGBUILD4
-rw-r--r--btpd.service1
2 files changed, 3 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index aed7f4672761..6cfa87807a39 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: jsm <0x6a736d@gmail.com>
pkgname=btpd-git
pkgver=449.a3a10df
-pkgrel=1
+pkgrel=2
pkgdesc="BitTorrent Protocol Daemon"
arch=('i686' 'x86_64')
url="https://github.com/btpd/btpd"
@@ -14,7 +14,7 @@ source=(git+https://github.com/btpd/btpd
btpd.service
btpd.install)
sha256sums=(SKIP
- fbf49bc1378025adfbd1910ae3aca19093965a404d52e0676956e6f75cfa0409
+ 6bdd52703be31eba36b192e95433d1d2ef6751b27a68860dca221a9c3a15ecaa
181631c0f234edd637ee63979a407b015d789a4b5ef91eecc6b274cc56239a2b)
_gitname="btpd"
install="btpd.install"
diff --git a/btpd.service b/btpd.service
index 083619d83bec..9693b479a62b 100644
--- a/btpd.service
+++ b/btpd.service
@@ -1,5 +1,6 @@
[Unit]
Description=BitTorrent Protocol Daemon
+Documentation=man:btpd(1)
After=network-up.target
[Service]