summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4946ffd4cd1f..0ca9d7d6ddf3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-rtmidi
pkgdesc = Python bindings for the cross-platform MIDI I/O library RtMidi
- pkgver = 1.4.6
+ pkgver = 1.4.7
pkgrel = 1
url = https://github.com/SpotlightKid/python-rtmidi
arch = i686
@@ -11,8 +11,8 @@ pkgbase = python-rtmidi
makedepends = python-setuptools
depends = jack
depends = python
- source = https://files.pythonhosted.org/packages/source/p/python-rtmidi/python-rtmidi-1.4.6.tar.gz
- sha256sums = 1f7a8c6f19a56e56c4314cd562b5595ad4be645617655887e319c0c113d510ab
+ source = https://files.pythonhosted.org/packages/source/p/python-rtmidi/python-rtmidi-1.4.7.tar.gz
+ sha256sums = d7dbc2b174b09015dfbee449a672a072aa72b367be40b13e04ee35a2e2e399e3
pkgname = python-rtmidi
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() {