summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAmmon Smith2016-02-07 22:37:26 -0800
committerAmmon Smith2016-02-07 22:37:26 -0800
commit5066aa212f24ef758edf4931d43478dc02caba2e (patch)
tree31e4221573a3a19fe32606ad54971965c8d37822
parent7e8859fb64c7afa232c918056db7d57feca8048e (diff)
downloadaur-5066aa212f24ef758edf4931d43478dc02caba2e.tar.gz
Added systemd optional dependency.
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 34859a2a3ef9..c84524328ede 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_pkgname=qotd
pkgname=$_pkgname-git
-pkgver=0.3.0
+pkgver=0.3.0_3_g6af5f4c.6af5f4c
pkgrel=1
pkgdesc="A simple QOTD (quote of the day) daemon."
arch=('any')
@@ -10,6 +10,7 @@ url="https://github.com/ammongit/$_pkgname"
license=('GPL')
depends=()
makedepends=('git' 'gcc') # Also compatible with clang. Change CC in src/Makefile.
+optdepends=('systemd')
provides=("$_pkgname")
conflicts=("$_pkgname")
options=()