summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristopher Arndt2020-08-26 19:03:45 +0200
committerChristopher Arndt2020-08-26 19:03:45 +0200
commitf4f08fec9a566628098d093e22e934bf3a769774 (patch)
treeeb66d39e600608289ec83c9ebdb3bf63fabf7ec3
parenta34bda548f70973a3f2da48971eac6f4a6929fc8 (diff)
downloadaur-f4f08fec9a566628098d093e22e934bf3a769774.tar.gz
New upstream version 1.4.5 (version 1.4.4 yanked)
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 24b0692c6ccc..116ea2f6e999 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.3
+ pkgver = 1.4.5
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.3.tar.gz
- sha256sums = 7f4bbcd77431917503d6ae738093c8419ed67812d50883fa9cfefce1eb21eb3a
+ source = https://files.pythonhosted.org/packages/source/p/python-rtmidi/python-rtmidi-1.4.5.tar.gz
+ sha256sums = 3dd1909d0f44f03a4191131f1829cac2ee6a94f5a4be2a9606354748e594e704
pkgname = python-rtmidi
diff --git a/PKGBUILD b/PKGBUILD
index 95972a23ab8a..f64c088d1f33 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.3
+pkgver=1.4.5
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=('7f4bbcd77431917503d6ae738093c8419ed67812d50883fa9cfefce1eb21eb3a')
+sha256sums=('3dd1909d0f44f03a4191131f1829cac2ee6a94f5a4be2a9606354748e594e704')
build() {