summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorroot2021-05-06 18:29:25 +0200
committerroot2021-05-06 18:29:25 +0200
commitd1035dee4cb8ae3296b2b33bb479865b64caed9c (patch)
treee550fc2af15960031953f82e2ea190eb1782c5c2
parent96d6bd957e4fe6c083a643cf5ffc3f249e192c76 (diff)
downloadaur-d1035dee4cb8ae3296b2b33bb479865b64caed9c.tar.gz
Adding 'ccache' to `makedepends` when ccache build is requested.
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 37962fce3058..75149f4433a0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = wwwoffle-svn
pkgdesc = Simple caching proxy server with special features (request, recursive fetch, subscription, modify HTML, ...) for use with dial-up internet links. Includes startup scripts for OpenRC, System V init, systemd.
pkgver = 2.9j+svn2253.d20191028
- pkgrel = 2
+ pkgrel = 3
epoch = 1
url = http://www.gedanken.org.uk/software/wwwoffle/
install = wwwoffle.install
diff --git a/PKGBUILD b/PKGBUILD
index 8c91380b89ac..717c9ed4f75b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,6 @@
# Contributor: Vasco Costa <vasco dot costa at geekslot dot com>
# Contributor: jaro3
-
_USE_CCACHE=false
# _USE_CCACHE=true
@@ -11,7 +10,7 @@ pkgname="${_pkgname}-svn"
epoch=1
# _pkgver=2.9j
pkgver=2.9j+svn2253.d20191028
-pkgrel=2
+pkgrel=3
pkgdesc="Simple caching proxy server with special features (request, recursive fetch, subscription, modify HTML, ...) for use with dial-up internet links. Includes startup scripts for OpenRC, System V init, systemd."
arch=(
'arm'
@@ -36,6 +35,7 @@ optdepends=(
makedepends=('subversion')
if "${_USE_CCACHE}"; then
+ makedepends+=('ccache')
options+=('ccache')
fi