summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 15882888bee9..dcaea98032a7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: sekret, mail=$(echo c2VrcmV0QHBvc3Rlby5zZQo= | base64 -d)
pkgname=sendmidi
_pkgname=SendMIDI
-pkgver=1.2.1
+pkgver=1.3.1
pkgrel=1
pkgdesc="Multi-platform command-line tool to send out MIDI messages"
arch=('i686' 'x86_64')
@@ -9,7 +9,7 @@ url="https://github.com/gbevin/SendMIDI"
license=('GPL3')
depends=('alsa-lib' 'curl')
source=("$pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz")
-md5sums=('56137d10e2262996023d1b3fa4f3412d')
+md5sums=('f63980697310ebcb4aa6898df1f27436')
build() {
cd "$srcdir/$_pkgname-$pkgver/Builds/LinuxMakefile"