summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorSeb Deligny2017-11-15 22:06:24 +0100
committerSeb Deligny2017-11-15 22:06:24 +0100
commit70e1da4cfe507c0085f0cdb7c45070a06cc7040d (patch)
treed6aa71ac59eb117acd360da2507410b8a9de1cd7 /PKGBUILD
parentc416c70154cae3cab9c59eeca7c48df98821fb2a (diff)
downloadaur-70e1da4cfe507c0085f0cdb7c45070a06cc7040d.tar.gz
Update to release 4 http changed to https
Diffstat (limited to 'PKGBUILD')
-rwxr-xr-xPKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e637fcb8b3fa..40a82c65c3d1 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,14 +2,14 @@
pkgname=python-hurry-filesize
pkgver=0.9
-pkgrel=3
+pkgrel=4
pkgdesc="A simple Python library for human readable file sizes (or anything sized in bytes)."
arch=('any')
url="http://pypi.python.org/pypi/hurry.filesize/"
license=('GPL')
depends=('python')
makedepends=('python-setuptools')
-source=("http://pypi.python.org/packages/source/h/hurry.filesize/hurry.filesize-$pkgver.tar.gz")
+source=("https://pypi.python.org/packages/source/h/hurry.filesize/hurry.filesize-$pkgver.tar.gz")
md5sums=('8549ccd09bb31b5ff1e8e8c1eacc7794')
package() {