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 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