summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorFrederik “Freso” S. Olesen2019-03-17 03:49:01 +0100
committerFrederik “Freso” S. Olesen2019-03-17 03:49:01 +0100
commit1c0516fd93d56ef27d173af3673f415327d73e13 (patch)
tree4fc4dd736afdf58e9700b115085b5fbc03131495 /PKGBUILD
parent9093d06dda25d449c5d63369557239beba65ceb8 (diff)
downloadaur-1c0516fd93d56ef27d173af3673f415327d73e13.tar.gz
Use https:// in $url
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 785bb804759f..c1df1edcff6f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,9 +2,9 @@
pkgbase='essentia-acousticbrainz'
pkgname=('essentia-acousticbrainz' 'lib32-essentia-acousticbrainz')
pkgver=2.1_beta2
-pkgrel=1
+pkgrel=2
pkgdesc="audio analysis and audio-based music information retrieval (binary for acousticbrainz)"
-url="http://acousticbrainz.org/download"
+url="https://acousticbrainz.org/download"
license=('AGPL')
arch=('x86_64' 'i686')
source=(http://acousticbrainz.org/static/download/essentia-extractor-v${pkgver}-linux-{x86_64,i686}.tar.gz)