summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristopher Arndt2020-04-16 18:20:06 +0200
committerChristopher Arndt2020-04-16 18:20:06 +0200
commit0332398fe07750a0574dcb94e7e8acd695404fa1 (patch)
treeac99fcf8d6008ee7a6de276f44f4351e7a0e12fc
parent3bd21eaad92e1c1a6311f5d4335e2e4d163ba59a (diff)
downloadaur-0332398fe07750a0574dcb94e7e8acd695404fa1.tar.gz
New upstream version 1.4.1
Signed-off-by: Christopher Arndt <chris@chrisarndt.de>
-rw-r--r--.SRCINFO6
-rw-r--r--.gitignore2
-rw-r--r--PKGBUILD4
3 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 13c2062ccdf6..8c5938494bac 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.0
+ pkgver = 1.4.1
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.0.tar.gz
- sha256sums = 4ed5da58e4b57e84074f15e9c27bb3fc1b535258c502517f3c7e1042ed74ffe4
+ source = https://files.pythonhosted.org/packages/source/p/python-rtmidi/python-rtmidi-1.4.1.tar.gz
+ sha256sums = 07bfecdbd6f1abe11f57f4448cf1da29dc199daee16ee7e5a8db092a2d1c1e2c
pkgname = python-rtmidi
diff --git a/.gitignore b/.gitignore
index d26f3f43d5a4..300b0f9a8378 100644
--- a/.gitignore
+++ b/.gitignore
@@ -4,6 +4,6 @@ python-rtmidi-*.zip
python-rtmidi-*.tar.bz2
python-rtmidi-*.tar.gz
python-rtmidi-*.pkg.tar.xz
-python2-rtmidi-*.pkg.tar.xz
+python-rtmidi-*.pkg.tar.zst
python-rtmidi-*.src.tar.gz
.AURINFO
diff --git a/PKGBUILD b/PKGBUILD
index 4dc619fdc519..ce64490d1ad7 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.0
+pkgver=1.4.1
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=('4ed5da58e4b57e84074f15e9c27bb3fc1b535258c502517f3c7e1042ed74ffe4')
+sha256sums=('07bfecdbd6f1abe11f57f4448cf1da29dc199daee16ee7e5a8db092a2d1c1e2c')
build() {