summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorroot2021-05-06 18:28:54 +0200
committerroot2021-05-06 18:28:54 +0200
commit96d6bd957e4fe6c083a643cf5ffc3f249e192c76 (patch)
tree3d66b771f0591ca2f215aab47fa951dbd8106d99
parent8ed5db8dfb2c14359e1b313d7fe9216daebe0a5a (diff)
downloadaur-96d6bd957e4fe6c083a643cf5ffc3f249e192c76.tar.gz
Switch off of ccache use by default
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD8
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0525184adc09..37962fce3058 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 = 1
+ pkgrel = 2
epoch = 1
url = http://www.gedanken.org.uk/software/wwwoffle/
install = wwwoffle.install
diff --git a/PKGBUILD b/PKGBUILD
index f7ae9d4591fd..8c91380b89ac 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,15 +3,15 @@
# Contributor: jaro3
-# _USE_CCACHE=false
-_USE_CCACHE=true
+_USE_CCACHE=false
+# _USE_CCACHE=true
_pkgname=wwwoffle
pkgname="${_pkgname}-svn"
-# _pkgver=2.9j
epoch=1
+# _pkgver=2.9j
pkgver=2.9j+svn2253.d20191028
-pkgrel=1
+pkgrel=2
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'