summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO8
-rwxr-xr-xPKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 81201129e470..99d7dafa8347 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,15 @@
-# Generated by makepkg 4.2.1
-# Fri Mar 13 18:55:22 UTC 2015
+# Generated by mksrcinfo v8
+# Wed Nov 15 21:05:53 UTC 2017
pkgbase = python-hurry-filesize
pkgdesc = A simple Python library for human readable file sizes (or anything sized in bytes).
pkgver = 0.9
- pkgrel = 3
+ pkgrel = 4
url = http://pypi.python.org/pypi/hurry.filesize/
arch = any
license = GPL
makedepends = python-setuptools
depends = python
- source = http://pypi.python.org/packages/source/h/hurry.filesize/hurry.filesize-0.9.tar.gz
+ source = https://pypi.python.org/packages/source/h/hurry.filesize/hurry.filesize-0.9.tar.gz
md5sums = 8549ccd09bb31b5ff1e8e8c1eacc7794
pkgname = python-hurry-filesize
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() {