summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAndrew Rabert2017-11-20 16:56:55 -0500
committerAndrew Rabert2017-11-20 16:56:55 -0500
commit0c756554444e654bffdc31aa9e20e6ef2dd4f012 (patch)
treead55ad71f6a2f537f3a73cf518a754b0ff95c433 /PKGBUILD
parent1bc4dcd8b8d284699f3a5beb5aaad3b3ba664dec (diff)
downloadaur-0c756554444e654bffdc31aa9e20e6ef2dd4f012.tar.gz
http to https
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index cd6ceaa58ee4..82b0b0c5c703 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Andrew Rabert <arabert at nullsum dot net>
pkgname=python-enzyme
pkgver=0.4.1
-pkgrel=1
+pkgrel=2
pkgdesc="Python module to parse metadata in video files."
arch=(any)
url="https://github.com/Diaoul/enzyme"
@@ -10,7 +10,7 @@ license=(Apache)
depends=(python)
makedepends=(python-setuptools)
conflicts=(${pkgname}-git)
-source=("http://pypi.python.org/packages/source/e/enzyme/enzyme-${pkgver}.tar.gz")
+source=("https://pypi.python.org/packages/source/e/enzyme/enzyme-${pkgver}.tar.gz")
md5sums=('1656e262295df6580db5498cf136d23a')
package() {