aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLeo <thinkabit.ukim@gmail.com>2020-12-07 00:16:37 -0300
committerLeo <thinkabit.ukim@gmail.com>2020-12-07 00:16:37 -0300
commit5b05fe7841099ab82ac0d028961c3cf4174fc578 (patch)
tree119a42bca2e4f14d82e440453a0e9c8fe99c2fe5
parentc06a638a19e1053f22025dcb6c327d1d23247992 (diff)
testing/py3-bottle-request: fix url
-rw-r--r--testing/py3-bottle-request/APKBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/py3-bottle-request/APKBUILD b/testing/py3-bottle-request/APKBUILD
index 11a3aea7be0..1504713838c 100644
--- a/testing/py3-bottle-request/APKBUILD
+++ b/testing/py3-bottle-request/APKBUILD
@@ -3,10 +3,10 @@
pkgname=py3-bottle-request
_pkgname=bottle-request
pkgver=0.2.0
-pkgrel=2
+pkgrel=3
pkgdesc="Bottle 'stateless' request object plugin"
options="!check" # No testsuite
-url="http://github.com/turtlebender/bottle-request/"
+url="https://github.com/turtlebender/bottle-request/"
arch="noarch"
license="MIT"
depends="python3 py3-bottle"