summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristopher Arndt2020-07-18 17:35:56 +0200
committerChristopher Arndt2020-07-18 17:35:56 +0200
commit93dbc7d516e1f9fac66a36e5b29be9a70d92fd82 (patch)
tree4793b81f3488c25213b393b0b44bbe93aacf3029
parent0332398fe07750a0574dcb94e7e8acd695404fa1 (diff)
downloadaur-93dbc7d516e1f9fac66a36e5b29be9a70d92fd82.tar.gz
New upstream release 1.4.2
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8c5938494bac..7c4a4836decf 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.1
+ pkgver = 1.4.2
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.1.tar.gz
- sha256sums = 07bfecdbd6f1abe11f57f4448cf1da29dc199daee16ee7e5a8db092a2d1c1e2c
+ source = https://files.pythonhosted.org/packages/source/p/python-rtmidi/python-rtmidi-1.4.2.tar.gz
+ sha256sums = 3721ed3643f407cd96ad377cff0c2e28f2e8df0abbbe15a8a9668daae0b2b743
pkgname = python-rtmidi
diff --git a/PKGBUILD b/PKGBUILD
index ce64490d1ad7..af78ca7b50fb 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.1
+pkgver=1.4.2
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=('07bfecdbd6f1abe11f57f4448cf1da29dc199daee16ee7e5a8db092a2d1c1e2c')
+sha256sums=('3721ed3643f407cd96ad377cff0c2e28f2e8df0abbbe15a8a9668daae0b2b743')
build() {