summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorroot2021-05-06 18:30:05 +0200
committerroot2021-05-06 18:30:05 +0200
commit968c8aa41ca63a7a6d01e4c8265385ddeb0772c5 (patch)
tree0a2d6f009b4085351ca2536c77cb70415240fd9c
parentd1035dee4cb8ae3296b2b33bb479865b64caed9c (diff)
downloadaur-968c8aa41ca63a7a6d01e4c8265385ddeb0772c5.tar.gz
Made `makedepends` multiline formatted.
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD6
2 files changed, 5 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 75149f4433a0..dad99051ce84 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 = 3
+ pkgrel = 4
epoch = 1
url = http://www.gedanken.org.uk/software/wwwoffle/
install = wwwoffle.install
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')