summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Straube2019-09-27 18:38:02 +0200
committerMichael Straube2019-09-27 18:38:02 +0200
commit36e7ca2e3a8a9350cf95f7ff212b33fccc996aca (patch)
treeb661cc45d01979c426b5c10cd0a2ede3c05fb1e3
parentc08ab864986caa73fb81d96ab870ac9ccaf174e7 (diff)
downloadaur-36e7ca2e3a8a9350cf95f7ff212b33fccc996aca.tar.gz
Use https and revert download from debian
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a9c1b084a7c3..ee6b25cac12e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -2,7 +2,7 @@ pkgbase = bluemindo
pkgdesc = Ergonomic and modern music player designed for audiophiles
pkgver = 1.0rc1
pkgrel = 3
- url = http://bluemindo.codingteam.net
+ url = https://bluemindo.codingteam.net
arch = any
license = GPL3
depends = gst-python
@@ -15,7 +15,7 @@ pkgbase = bluemindo
optdepends = gst-plugins-bad: additional codecs
optdepends = gst-plugins-ugly: additional codecs
optdepends = gst-libav: libav codec
- source = https://deb.debian.org/debian/pool/main/b/bluemindo/bluemindo_1.0~rc1.orig.tar.gz
+ source = https://codingteam.net/project/bluemindo/download/file/bluemindo-1.0rc1.tar.gz
source = bluemindo.patch
sha256sums = e405c881feeb43f8126988403e1c1008ee5341c8faae90d5e671d9075c89fe5c
sha256sums = 3f8758bd2255966af796937902e1ff5064df3f34283172eaee8b28d855fb0747
diff --git a/PKGBUILD b/PKGBUILD
index c3bf47061840..6229bc26bd92 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@ pkgver=1.0rc1
pkgrel=3
pkgdesc='Ergonomic and modern music player designed for audiophiles'
arch=('any')
-url='http://bluemindo.codingteam.net'
+url='https://bluemindo.codingteam.net'
license=('GPL3')
depends=('gst-python' 'python-dbus' 'python-beautifulsoup4' 'python-pytaglib' 'gtk3')
optdepends=('pulseaudio: PulseAudio support'
@@ -14,7 +14,7 @@ optdepends=('pulseaudio: PulseAudio support'
'gst-plugins-bad: additional codecs'
'gst-plugins-ugly: additional codecs'
'gst-libav: libav codec')
-source=("https://deb.debian.org/debian/pool/main/b/bluemindo/bluemindo_1.0~rc1.orig.tar.gz"
+source=("https://codingteam.net/project/bluemindo/download/file/bluemindo-$pkgver.tar.gz"
"bluemindo.patch")
sha256sums=('e405c881feeb43f8126988403e1c1008ee5341c8faae90d5e671d9075c89fe5c'
'3f8758bd2255966af796937902e1ff5064df3f34283172eaee8b28d855fb0747')