summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d0bdba3be666..f1aa7ea1d4a5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = munt-git
pkgdesc = Software synthesiser emulating pre-GM MIDI devices, such as the Roland MT-32
- pkgver = 2226.e720deb
+ pkgver = 2262.44b83034
pkgrel = 1
url = http://munt.sourceforge.net
arch = i686
@@ -18,7 +18,7 @@ pkgbase = munt-git
provides = munt
conflicts = munt
options = staticlibs
- source = git://github.com/munt/munt.git
+ source = git+https://github.com/munt/munt.git
md5sums = SKIP
pkgname = munt-git
diff --git a/PKGBUILD b/PKGBUILD
index 1be7c4213e11..7ad6c258b3d3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
pkgname=munt-git
_pkgname=munt
pkgdesc="Software synthesiser emulating pre-GM MIDI devices, such as the Roland MT-32"
-pkgver=2226.e720deb
+pkgver=2262.44b83034
pkgrel=1
arch=(i686 x86_64)
url="http://munt.sourceforge.net"
@@ -12,7 +12,7 @@ license=(LGPL2.1)
depends=('qt5-base' 'qt5-multimedia' 'portaudio' 'libpulse' 'alsa-lib')
makedepends=('git' 'cmake' 'gendesk' 'imagemagick')
options=(staticlibs)
-source=(git://github.com/munt/munt.git)
+source=(git+https://github.com/munt/munt.git)
provides=('munt')
conflicts=('munt')
md5sums=(SKIP)