summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authordangoldbj2017-10-27 16:15:17 +0545
committerdangoldbj2017-10-27 16:15:17 +0545
commit994b8de472060aa27c1ffecfbfc8b435e9b47631 (patch)
tree36e438e9495aea1d07a12632e50fa3cdb8010629
parent5deebd3e1677e95f23e0d6bd261505c936e9954d (diff)
downloadaur-994b8de472060aa27c1ffecfbfc8b435e9b47631.tar.gz
change string http in source and url variables to https
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 865377630b44..df7bb25b77f2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,14 +4,14 @@
pkgname=python-hsaudiotag3k
_reponame=hsaudiotag3k
pkgver=1.1.3
-pkgrel=1
+pkgrel=2
pkgdesc="Read metadata (tags) of mp3, mp4, wma, ogg, flac and aiff files (python3 version)"
-url="http://pypi.python.org/pypi/hsaudiotag3k"
+url="https://pypi.python.org/pypi/hsaudiotag3k"
arch=(any)
license=('BSD')
depends=('python')
makedepends=('python-setuptools')
-source=("http://pypi.python.org/packages/source/h/${_reponame}/${_reponame}-$pkgver.tar.gz")
+source=("https://pypi.python.org/packages/source/h/${_reponame}/${_reponame}-$pkgver.tar.gz")
md5sums=('77fc873857303e889851605e9836669b')
build() {