diff options
Diffstat (limited to 'testing/py-helper')
-rw-r--r-- | testing/py-helper/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/py-helper/APKBUILD b/testing/py-helper/APKBUILD index 44b5941625..875bdb5275 100644 --- a/testing/py-helper/APKBUILD +++ b/testing/py-helper/APKBUILD @@ -3,9 +3,9 @@ pkgname=py-helper _pkgname=helper pkgver=2.4.1 -pkgrel=0 +pkgrel=1 pkgdesc="A Python library for quickly writing configurable applications and daemons" -url="http://helper.readthedocs.org" +url="https://helper.readthedocs.org/" arch="noarch" license="BSD" depends="python2 py-yaml" |