summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ce143bcd32f9..29e4bffd70ef 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,15 @@
pkgbase = alsa-tray
pkgdesc = A systray icon and a command line interface for setting the volume of the ALSA Mixers.
pkgver = 0.6
- pkgrel = 2
- url = http://software.flogisoft.com/alsa-tray/en/
+ pkgrel = 3
+ url = https://projects.flogisoft.com/alsa-tray/
arch = any
license = GPL3
depends = alsa-lib
depends = python2
depends = pygtk
depends = python2-pyalsaaudio
- source = http://projects.flogisoft.com/alsa-tray/download/alsa-tray_0.6_src.tar.gz
+ source = https://projects.flogisoft.com/alsa-tray/download/alsa-tray_0.6_src.tar.gz
md5sums = 59038e18afa94bcf08dc3bec3f19f23a
pkgname = alsa-tray
diff --git a/PKGBUILD b/PKGBUILD
index 32e3f5f642c8..7c21b3c7e56b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,12 +1,12 @@
pkgname=alsa-tray
pkgver=0.6
-pkgrel=2
+pkgrel=3
pkgdesc="A systray icon and a command line interface for setting the volume of the ALSA Mixers."
arch=('any')
-url="http://software.flogisoft.com/$pkgname/en/"
+url="https://projects.flogisoft.com/$pkgname/"
license=('GPL3')
depends=('alsa-lib' 'python2' 'pygtk' 'python2-pyalsaaudio')
-source=("http://projects.flogisoft.com/$pkgname/download/${pkgname}_${pkgver}_src.tar.gz")
+source=("${url}download/${pkgname}_${pkgver}_src.tar.gz")
md5sums=('59038e18afa94bcf08dc3bec3f19f23a')
build() {