summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorzoe2021-06-14 09:37:32 +0200
committerzoe2021-06-14 09:37:32 +0200
commit75458b93e1bb5251d7d41212c0bb69b28c46fdff (patch)
tree61f70b79a8867d67a963db0b0ed1b80b27bb3755
parentb22424dcf84c629960d4556af91245dd554cc040 (diff)
downloadaur-75458b93e1bb5251d7d41212c0bb69b28c46fdff.tar.gz
update links from http towards https
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f82f09732846..884afe81e57b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,15 @@
pkgbase = kmidimon
pkgdesc = Drumstick MIDI Monitor (kmidimon) is a MIDI monitor for Linux using ALSA sequencer and Qt5 user interface.
pkgver = 1.0.0
- pkgrel = 1
- url = http://kmidimon.sourceforge.net/
+ pkgrel = 2
+ url = https://kmidimon.sourceforge.io/
arch = i686
arch = x86_64
license = GPL
makedepends = cmake
depends = alsa-lib
depends = drumstick
- source = http://downloads.sourceforge.net/kmidimon/kmidimon-1.0.0.tar.gz
+ source = https://downloads.sourceforge.net/kmidimon/kmidimon-1.0.0.tar.gz
md5sums = e245aaa7e6be47c6f5980ff610eaca97
pkgname = kmidimon
-
diff --git a/PKGBUILD b/PKGBUILD
index 5e255dab8f41..9782e2b65baa 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,14 +3,14 @@
pkgname=kmidimon
pkgver=1.0.0
-pkgrel=1
+pkgrel=2
pkgdesc="Drumstick MIDI Monitor (kmidimon) is a MIDI monitor for Linux using ALSA sequencer and Qt5 user interface."
arch=('i686' 'x86_64')
-url="http://kmidimon.sourceforge.net/"
+url="https://kmidimon.sourceforge.io/"
license=('GPL')
depends=('alsa-lib' 'drumstick')
makedepends=('cmake')
-source=("http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz")
+source=("https://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz")
md5sums=('e245aaa7e6be47c6f5980ff610eaca97')
build() {