summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorfelics2019-04-14 21:56:17 +0200
committerfelics2019-04-14 21:56:17 +0200
commita12a14bd65c2847564b146905e2aa0547a53a633 (patch)
tree98230760a7eb34ecd4e0050866abb553b9a5c1bf
parenta28fd226e4787c04e2e5ce14b74d047edfb1ff72 (diff)
downloadaur-a12a14bd65c2847564b146905e2aa0547a53a633.tar.gz
Aded subversion dependency.
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD3
2 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5c5b8247210d..b63409eb2f8c 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+svn2250
- pkgrel = 1
+ pkgrel = 2
epoch = 1
url = http://www.gedanken.org.uk/software/wwwoffle/
install = wwwoffle.install
@@ -10,6 +10,7 @@ pkgbase = wwwoffle-svn
arch = arm
arch = arm64
license = GPL
+ makedepends = subversion
depends = zlib
depends = gnutls
depends = libgcrypt
diff --git a/PKGBUILD b/PKGBUILD
index c2aa2ad5ebda..654a28874a50 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,12 +7,13 @@ pkgname="${_pkgname}-svn"
# _pkgver=2.9j
epoch=1
pkgver=2.9j+svn2250
-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=('i686' 'x86_64' 'arm' 'arm64')
url="http://www.gedanken.org.uk/software/wwwoffle/"
license=('GPL')
depends=('zlib' 'gnutls' 'libgcrypt')
+makedepends=('subversion')
provides=(
"${_pkgname}=${pkgver}"