summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 1220be16834a..34859a2a3ef9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,14 +2,14 @@
_pkgname=qotd
pkgname=$_pkgname-git
-pkgver=0.3.0.f9827bb
+pkgver=0.3.0
pkgrel=1
pkgdesc="A simple QOTD (quote of the day) daemon."
arch=('any')
url="https://github.com/ammongit/$_pkgname"
license=('GPL')
depends=()
-makedepends=('git' 'gcc')
+makedepends=('git' 'gcc') # Also compatible with clang. Change CC in src/Makefile.
provides=("$_pkgname")
conflicts=("$_pkgname")
options=()