summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 4 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 717c9ed4f75b..6bcb5ec71e40 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,7 +10,7 @@ pkgname="${_pkgname}-svn"
epoch=1
# _pkgver=2.9j
pkgver=2.9j+svn2253.d20191028
-pkgrel=3
+pkgrel=4
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'
@@ -32,7 +32,9 @@ optdepends=(
"perl: For 'scripts/README.CONF-html.pl' script which creates an HTML version of 'README.CONF'."
"ruby: For 'contrib/eregister/eregister' tool which indexes the cache."
)
-makedepends=('subversion')
+makedepends=(
+ 'subversion'
+)
if "${_USE_CCACHE}"; then
makedepends+=('ccache')