summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorroot2021-05-09 21:59:42 +0200
committerroot2021-05-09 21:59:42 +0200
commitb6c2e767fe5bd7003787b1cf127718048e8dec7f (patch)
treef1b073b673712aafe9770279d5f18d46b2a954c4
parentb54ff3fbdf3ab4732f49ce4de9f11a2ce1b10e32 (diff)
downloadaur-b6c2e767fe5bd7003787b1cf127718048e8dec7f.tar.gz
Deactivated use of `ccache` by default.
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD6
2 files changed, 4 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8861695d490c..62b43077f872 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+svn2254.d20210509
- pkgrel = 1
+ pkgrel = 2
epoch = 1
url = http://www.gedanken.org.uk/software/wwwoffle/
install = wwwoffle.install
@@ -11,7 +11,6 @@ pkgbase = wwwoffle-svn
arch = x86_64
license = GPL2
makedepends = subversion
- makedepends = ccache
depends = gnutls
depends = libgcrypt
depends = zlib
diff --git a/PKGBUILD b/PKGBUILD
index 177ea727cff8..07d4afff7f19 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,15 +2,15 @@
# Contributor: Vasco Costa <vasco dot costa at geekslot dot com>
# Contributor: jaro3
-# _USE_CCACHE=false
-_USE_CCACHE=true
+_USE_CCACHE=false
+# _USE_CCACHE=true
_pkgname=wwwoffle
pkgname="${_pkgname}-svn"
epoch=1
# _pkgver=2.9j
pkgver=2.9j+svn2254.d20210509
-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'