summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPhillip Smith2016-07-11 14:53:43 +1000
committerPhillip Smith2016-07-11 14:53:43 +1000
commit4a9937233b9fcb441e6b97d7dcb250cbf4ecabb2 (patch)
treefe4d44a82779d13e83ae4d26bcff1c76d6f180a8
parentfd68cd1541683d28c0141473ce212e0e3c0576cb (diff)
downloadaur-4a9937233b9fcb441e6b97d7dcb250cbf4ecabb2.tar.gz
upgpkg: mirrorbrain 2.18.1-2
mirrorbrain; fix deps and axps command
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 91aa4626e087..a5c3f8117a4b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Mon Jun 27 01:07:02 UTC 2016
+# Mon Jul 11 04:53:43 UTC 2016
pkgbase = mirrorbrain
pkgdesc = an open source framework to run a content delivery network using mirror servers.
pkgver = 2.18.1
- pkgrel = 1
+ pkgrel = 2
url = http://mirrorbrain.org
install = mirrorbrain.install
arch = i686
@@ -25,7 +25,7 @@ pkgbase = mirrorbrain
depends = python2
depends = python2-psycopg2
depends = python2-sqlobject
- depends = cmdln
+ depends = python2-cmdln
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
diff --git a/PKGBUILD b/PKGBUILD
index 19b6e1c03181..a5daf61bd9fa 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -13,14 +13,14 @@
pkgname=mirrorbrain
pkgver=2.18.1
-pkgrel=1
+pkgrel=2
pkgdesc="an open source framework to run a content delivery network using mirror servers."
arch=('i686' 'x86_64')
url="http://mirrorbrain.org"
license=('GPL')
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')
+ 'python2' 'python2-psycopg2' 'python2-sqlobject' 'python2-cmdln')
makedepends=('apache>=2.2.6' 'apache-mod_form' 'python')
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')
@@ -61,7 +61,7 @@ prepare() {
build() {
# Compile the apache modules
cd "$srcdir/$pkgname-$pkgver/mod_mirrorbrain/"
- apxs -c mod_mirrorbrain.c
+ apxs -lm -c mod_mirrorbrain.c
cd "$srcdir/$pkgname-$pkgver/mod_autoindex_mb/"
apxs -c mod_autoindex_mb.c
}