summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorChristopher Arndt2020-10-15 16:54:39 +0200
committerChristopher Arndt2020-10-15 16:54:39 +0200
commitd7f41e1f1f248b209b97b6b6095065366cc8305c (patch)
treeaa68dd92c00004ab5ff4acf2203ea44fd218e597 /PKGBUILD
parentf4f08fec9a566628098d093e22e934bf3a769774 (diff)
downloadaur-d7f41e1f1f248b209b97b6b6095065366cc8305c.tar.gz
New upstream version 1.4.6
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index f64c088d1f33..22d73c9e96e3 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.5
+pkgver=1.4.6
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=('3dd1909d0f44f03a4191131f1829cac2ee6a94f5a4be2a9606354748e594e704')
+sha256sums=('1f7a8c6f19a56e56c4314cd562b5595ad4be645617655887e319c0c113d510ab')
build() {