summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristopher Arndt2021-04-26 19:53:25 +0200
committerChristopher Arndt2021-04-26 19:53:25 +0200
commit3f852818cfae27b398427806aa04e4cb60fe67b6 (patch)
treea3b5807a16d1b8acf3d890a36dfbaf52249d4945
parentf0ae49374757b957ec2f65defdce6bd737c7ec97 (diff)
downloadaur-3f852818cfae27b398427806aa04e4cb60fe67b6.tar.gz
New upstream version 1.4.9
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0ca9d7d6ddf3..b56665379fd5 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.7
+ pkgver = 1.4.9
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.7.tar.gz
- sha256sums = d7dbc2b174b09015dfbee449a672a072aa72b367be40b13e04ee35a2e2e399e3
+ source = https://files.pythonhosted.org/packages/source/p/python-rtmidi/python-rtmidi-1.4.9.tar.gz
+ sha256sums = bfeb4ed99d0cccf6fa2837566907652ded7adc1c03b69f2160c9de4082301302
pkgname = python-rtmidi
diff --git a/PKGBUILD b/PKGBUILD
index fc9f952fe23b..b9ac274f2c8e 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.7
+pkgver=1.4.9
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=('d7dbc2b174b09015dfbee449a672a072aa72b367be40b13e04ee35a2e2e399e3')
+sha256sums=('bfeb4ed99d0cccf6fa2837566907652ded7adc1c03b69f2160c9de4082301302')
build() {