summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAmmon Smith2016-02-07 16:35:41 -0800
committerAmmon Smith2016-02-07 16:35:41 -0800
commit7e8859fb64c7afa232c918056db7d57feca8048e (patch)
treea2f6fdf3f19caf2bd103309be9d668933769b8c8
parentc9d8697cea85aa9cfeaf22947322eb98dbf2ff1a (diff)
downloadaur-7e8859fb64c7afa232c918056db7d57feca8048e.tar.gz
Clang compatibility.
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e8de42843f12..2c143911739d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Fri Feb 5 11:02:45 UTC 2016
+# Mon Feb 8 00:35:14 UTC 2016
pkgbase = qotd-git
pkgdesc = A simple QOTD (quote of the day) daemon.
- pkgver = 0.2.1_9_g6707be8.6707be8
+ pkgver = 0.3.0
pkgrel = 1
url = https://github.com/ammongit/qotd
install = qotd-git.install
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=()