summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPhillip Smith2016-06-27 11:07:02 +1000
committerPhillip Smith2016-06-27 11:07:02 +1000
commitfd68cd1541683d28c0141473ce212e0e3c0576cb (patch)
treee0c93c02b394100a20e574b20565027637fdf7a4
parent65ea87fc6c25ca628599346331886179f464202d (diff)
downloadaur-fd68cd1541683d28c0141473ce212e0e3c0576cb.tar.gz
upgpkg: mirrorbrain 2.18.1-1
upstream release mirrorbrain; fix optional deps
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index cf409799bcd6..91aa4626e087 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,3 +1,5 @@
+# Generated by mksrcinfo v8
+# Mon Jun 27 01:07:02 UTC 2016
pkgbase = mirrorbrain
pkgdesc = an open source framework to run a content delivery network using mirror servers.
pkgver = 2.18.1
@@ -24,7 +26,7 @@ pkgbase = mirrorbrain
depends = python2-psycopg2
depends = python2-sqlobject
depends = cmdln
- optdepends = postgresqli-server: recommended database, but can use any database the Apache DBD API supports
+ optdepends = postgresql: recommended database, but can use any database the Apache DBD API supports
optdepends = mod_asn: refined mirror selection and full exploitation of network locality
provides = mod_mirrorbrain
backup = etc/mirrorbrain.conf
diff --git a/PKGBUILD b/PKGBUILD
index 7a08104f14d0..19b6e1c03181 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -22,7 +22,7 @@ depends=('apache>=2.2.6' 'apache-mod_form' 'apache-mod_geoip2' 'geoip'
'perl' 'perl-config-inifiles' 'perl-libwww' 'perl-dbd-pg' 'perl-digest-md4' 'perl-timedate'
'python2' 'python2-psycopg2' 'python2-sqlobject' 'cmdln')
makedepends=('apache>=2.2.6' 'apache-mod_form' 'python')
-optdepends=('postgresqli-server: recommended database, but can use any database the Apache DBD API supports'
+optdepends=('postgresql: recommended database, but can use any database the Apache DBD API supports'
'mod_asn: refined mirror selection and full exploitation of network locality')
provides=('mod_mirrorbrain')
backup=("etc/$pkgname.conf")