summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorNarrat2017-09-21 01:22:57 +0200
committerNarrat2017-09-21 01:22:57 +0200
commit145cd664836276658ef1609db6251e9a47cdc1b2 (patch)
tree9d03dfada25655e5c0f1c7af882433ee361bef10 /PKGBUILD
parenta833cf2cd122e919f81bae84859f7d55ce39aa87 (diff)
downloadaur-145cd664836276658ef1609db6251e9a47cdc1b2.tar.gz
Updated upstream url and download url
Former wasn't working because of missing http:// and the latter is now required since pypi changed some stuff
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index ad1932d5195e..e227bce1f087 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@ pkgver=1.3.4
pkgrel=3
pkgdesc="Modoboa is a django mail hosting and management platform"
arch=(any)
-url="www.modoboa.org"
+url="https://modoboa.org/en/"
license=('MIT')
makedepends=('python2' 'python2-rrdtool' 'python2-lxml' 'python2-setuptools' 'zlib')
depends=( 'python2-django' 'python2-dj-database-url' 'python2-pip' 'python2-requests' 'python2-crypto'
@@ -16,7 +16,7 @@ optdepends=('python2-virtualenv' 'mysql' 'postgresql' 'sqlite' 'python2-mysql-co
'python2-gunicorn' 'python2-vex')
provides=('modoboa')
conflicts=('modoboa-git')
-source=("https://pypi.python.org/packages/source/m/$pkgname/$pkgname-$pkgver.tar.gz"
+source=("https://files.pythonhosted.org/packages/source/${pkgname::1}/${pkgname}/${pkgname}-${pkgver}.tar.gz"
'python2.patch')
sha512sums=('9aecea8e0c8282292ba1cc11749956967ceb66332157267338bf08a05ffdc13bfeae64968cffb3df955ee7d73ad25a9370e639c363fe6de4167044de40413e6b'
'a70429bd59ccf77384feff700df95facd9f7b674d0378d872233136a6ba5c61acdc6614b35493eecdfc01ae0fede12171aa143e493a45441aa87667e93903cfb')