summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Holman2017-05-30 21:25:42 -0500
committerDaniel Holman2017-05-30 21:26:52 -0500
commit6afbb412a92f8c7c9dfff5f0a1d042fcf30fb4a4 (patch)
treec8d72df7b0cc265bdd3b2b771a5720e6e3d36a6b
parent3d07bf4e2e96ad34e921e1f39ad116844fd5234d (diff)
downloadaur-6afbb412a92f8c7c9dfff5f0a1d042fcf30fb4a4.tar.gz
Cleaned up description comments in *.unit files
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
-rw-r--r--orphan-manager.service2
3 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ef4ace04fd1a..3c260835223a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = orphan-manager
pkgdesc = Systemd timer to automatically remove orphaned packages
pkgver = 1.0
- pkgrel = 1
+ pkgrel = 2
arch = any
license = MIT
depends = coreutils
diff --git a/PKGBUILD b/PKGBUILD
index e826e62eba1b..ed5b298a41b8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Daniel Holman <dholman@gymli.org>
pkgname=orphan-manager
pkgver=1.0
-pkgrel=1
+pkgrel=2
pkgdesc="Systemd timer to automatically remove orphaned packages"
arch=('any')
license=('MIT')
diff --git a/orphan-manager.service b/orphan-manager.service
index aded94e5696e..3da3d80aed94 100644
--- a/orphan-manager.service
+++ b/orphan-manager.service
@@ -1,5 +1,5 @@
[Unit]
-Description=Removes orphaned packages
+Description=Remove orphaned packages
[Service]
Type=simple