summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristopher Arndt2018-08-08 12:11:47 +0200
committerChristopher Arndt2018-08-08 12:11:47 +0200
commitc1afd92e8ec314471597c83a90b0062c41dc2797 (patch)
tree8b7aa4632303c0636b5885367d26812ca645f32b
parentd324f80c407a7bb386c805f5eef2febc67ccaa37 (diff)
downloadaur-c1afd92e8ec314471597c83a90b0062c41dc2797.tar.gz
New upstream version 1.1.1
Signed-off-by: Christopher Arndt <chris@chrisarndt.de>
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7c14a0f8b0c5..47178dea0c38 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,5 @@
-# Generated by mksrcinfo v8
-# Sat Apr 22 12:58:38 UTC 2017
pkgbase = python-rtmidi
- pkgver = 1.1.0
+ pkgver = 1.1.1
pkgrel = 1
url = https://github.com/SpotlightKid/python-rtmidi
arch = i686
@@ -11,8 +9,8 @@ pkgbase = python-rtmidi
makedepends = python-setuptools
makedepends = python2-setuptools
depends = jack
- source = https://files.pythonhosted.org/packages/source/p/python-rtmidi/python-rtmidi-1.1.0.zip
- sha256sums = d82eb82e0b270f75375e3d5f9f45cb75950485700e6a3862192d0c121c802b0e
+ source = https://files.pythonhosted.org/packages/source/p/python-rtmidi/python-rtmidi-1.1.1.tar.bz2
+ sha256sums = a796fc764febb9240a3c3de5ed230ae4d74f505c4e6298fb7e5f811bef845501
pkgname = python-rtmidi
pkgdesc = Python bindings for the cross-platform MIDI I/O library RtMidi
diff --git a/PKGBUILD b/PKGBUILD
index 28c10bbc95b5..35877e178d29 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,15 +3,15 @@
_pkgbase="rtmidi"
pkgbase="python-${_pkgbase}"
pkgname=(${pkgbase} python2-${_pkgbase})
-pkgver=1.1.0
+pkgver=1.1.1
pkgrel=1
arch=('i686' 'x86_64' 'arm')
url="https://github.com/SpotlightKid/python-rtmidi"
license=('MIT')
depends=('jack')
makedepends=('python-setuptools' 'python2-setuptools')
-source=("https://files.pythonhosted.org/packages/source/${pkgbase::1}/${pkgbase}/${pkgbase}-${pkgver}.zip")
-sha256sums=('d82eb82e0b270f75375e3d5f9f45cb75950485700e6a3862192d0c121c802b0e')
+source=("https://files.pythonhosted.org/packages/source/${pkgbase::1}/${pkgbase}/${pkgbase}-${pkgver}.tar.bz2")
+sha256sums=('a796fc764febb9240a3c3de5ed230ae4d74f505c4e6298fb7e5f811bef845501')
prepare() {