summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoreolianoe2018-01-16 15:44:12 +0100
committereolianoe2018-01-16 15:44:12 +0100
commit0026f70b7a73dbb5dc1ced5e2241ba3389f04585 (patch)
treed3ae7cfdde04b74318563acafc06509767aec8d5
parentfe9099eb0f7e15b9ae3420b21089cb5365cfebfa (diff)
downloadaur-0026f70b7a73dbb5dc1ced5e2241ba3389f04585.tar.gz
fix url
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e0f9ea018947..5a4c7f48344e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,10 @@
+# Generated by mksrcinfo v8
+# Tue Jan 16 14:43:54 UTC 2018
pkgbase = python-flup
pkgdesc = A collection of Python WSGI modules
pkgver = 1.0.2
pkgrel = 5
- url = http://trac.saddi.com/flup
+ url = https://www.saddi.com/software/flup/
arch = any
license = MIT
makedepends = python2-distribute
diff --git a/PKGBUILD b/PKGBUILD
index ceb2671167bf..fd9bb31ac486 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ pkgver=1.0.2
pkgrel=5
pkgdesc='A collection of Python WSGI modules'
arch=('any')
-url='http://trac.saddi.com/flup'
+url='https://www.saddi.com/software/flup/'
license=('MIT')
depends=('python2')
makedepends=('python2-distribute')