summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorChristopher Arndt2021-04-26 19:53:25 +0200
committerChristopher Arndt2021-04-26 19:53:25 +0200
commit3f852818cfae27b398427806aa04e4cb60fe67b6 (patch)
treea3b5807a16d1b8acf3d890a36dfbaf52249d4945 /PKGBUILD
parentf0ae49374757b957ec2f65defdce6bd737c7ec97 (diff)
downloadaur-3f852818cfae27b398427806aa04e4cb60fe67b6.tar.gz
New upstream version 1.4.9
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
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() {