summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-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