summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristopher Arndt2020-01-19 19:11:20 +0100
committerChristopher Arndt2020-01-19 19:11:20 +0100
commit3bd21eaad92e1c1a6311f5d4335e2e4d163ba59a (patch)
tree1faec7b7f13c21b3648c37fc215bb67a866e1ea5
parentfdb1466b8cff1779ce8e6062f513b8a8173f99cc (diff)
downloadaur-3bd21eaad92e1c1a6311f5d4335e2e4d163ba59a.tar.gz
New upstream release 1.4.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 869f5b8e0c3a..13c2062ccdf6 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.3.1
+ pkgver = 1.4.0
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.3.1.tar.gz
- sha256sums = f9d2a1b5374b2e6856006537b6d4d5ceed4db4c4ee60caec4af83707a78297e4
+ source = https://files.pythonhosted.org/packages/source/p/python-rtmidi/python-rtmidi-1.4.0.tar.gz
+ sha256sums = 4ed5da58e4b57e84074f15e9c27bb3fc1b535258c502517f3c7e1042ed74ffe4
pkgname = python-rtmidi
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() {