summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorzoe2022-10-18 19:38:19 +0200
committerzoe2022-10-18 19:38:19 +0200
commitdc35cd6961bed29b4aa3da5709fc5961e8d73d8a (patch)
tree55010d70d677310badc09884f47d676fbdedf28b /PKGBUILD
parent995d209490c5c9de89840ad150a3eecf47d59944 (diff)
downloadaur-dc35cd6961bed29b4aa3da5709fc5961e8d73d8a.tar.gz
Update to 1.3.1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index a6cfc8a84c66..d4564ecb8173 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Johannes Schriewer <jschriewer@arcor.de>
pkgname=kmidimon
-pkgver=1.3.0
+pkgver=1.3.1
pkgrel=1
pkgdesc="Drumstick MIDI Monitor (kmidimon) is a MIDI monitor for Linux using ALSA sequencer and Qt5 user interface."
arch=('i686' 'x86_64')
@@ -11,7 +11,7 @@ license=('GPL')
depends=('alsa-lib' 'drumstick')
makedepends=('cmake' 'pandoc')
source=("https://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz")
-md5sums=('cb016c68c1daa1ea2d55c3bda933f371')
+md5sums=('2d81b27410beabfda1a4e2502c3428ca')
build() {
cd "$srcdir/$pkgname-$pkgver"