summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAmmon Smith2016-06-20 14:22:16 -0700
committerAmmon Smith2016-06-20 14:22:16 -0700
commit87307c72e19c2600a475dfd1bfa0065ac106ee1b (patch)
tree9afe77825ed8646ca60df76752407ef944ff0cdd /PKGBUILD
parent7f5b6f9ca5b182257994c0de293f537a09a4721e (diff)
downloadaur-87307c72e19c2600a475dfd1bfa0065ac106ee1b.tar.gz
Change package description.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 6ab78acdaa18..108dacfdba6d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,14 +2,14 @@
_pkgname=qotd
pkgname=$_pkgname-git
-pkgver=0.4.0_33_g82d4b2b.82d4b2b
+pkgver=0.4.0_35_g483137e.483137e
pkgrel=1
-pkgdesc="A simple RFC 865-compliant QOTD (quote of the day) daemon."
+pkgdesc="A simple RFC 865-compliant QOTD (quote of the day) daemon. (git version)"
arch=('any')
url="https://gitlab.com/ammongit/$_pkgname"
license=('GPL')
-depends=()
-makedepends=('git' 'gcc')
+depends=('glibc')
+makedepends=('git' 'gcc' 'ghostscript' 'gzip')
optdepends=()
provides=("$_pkgname")
conflicts=("$_pkgname")