summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorChristopher Arndt2021-01-27 21:48:07 +0100
committerChristopher Arndt2021-01-27 21:48:07 +0100
commitf0ae49374757b957ec2f65defdce6bd737c7ec97 (patch)
tree06d3fedb7137a06bcb7cff0ca9eff8e079e7d6a1 /PKGBUILD
parentd7f41e1f1f248b209b97b6b6095065366cc8305c (diff)
downloadaur-f0ae49374757b957ec2f65defdce6bd737c7ec97.tar.gz
New upstream version 1.4.7
Signed-off-by: Christopher Arndt <chris@chrisarndt.de>
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 22d73c9e96e3..fc9f952fe23b 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.4.6
+pkgver=1.4.7
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=('1f7a8c6f19a56e56c4314cd562b5595ad4be645617655887e319c0c113d510ab')
+sha256sums=('d7dbc2b174b09015dfbee449a672a072aa72b367be40b13e04ee35a2e2e399e3')
build() {