summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorChristopher Arndt2020-01-19 19:11:20 +0100
committerChristopher Arndt2020-01-19 19:11:20 +0100
commit3bd21eaad92e1c1a6311f5d4335e2e4d163ba59a (patch)
tree1faec7b7f13c21b3648c37fc215bb67a866e1ea5 /PKGBUILD
parentfdb1466b8cff1779ce8e6062f513b8a8173f99cc (diff)
downloadaur-3bd21eaad92e1c1a6311f5d4335e2e4d163ba59a.tar.gz
New upstream release 1.4.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 90c34141c2b7..4dc619fdc519 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname="python-rtmidi"
pkgdesc="Python bindings for the cross-platform MIDI I/O library RtMidi"
-pkgver=1.3.1
+pkgver=1.4.0
pkgrel=1
arch=('i686' 'x86_64' 'arm')
url="https://github.com/SpotlightKid/python-rtmidi"
@@ -10,7 +10,7 @@ license=('MIT')
depends=('jack' 'python')
makedepends=('cython' 'python-setuptools')
source=("https://files.pythonhosted.org/packages/source/${pkgname::1}/${pkgname}/${pkgname}-${pkgver}.tar.gz")
-sha256sums=('f9d2a1b5374b2e6856006537b6d4d5ceed4db4c4ee60caec4af83707a78297e4')
+sha256sums=('4ed5da58e4b57e84074f15e9c27bb3fc1b535258c502517f3c7e1042ed74ffe4')
build() {