summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristopher Arndt2018-10-10 20:07:57 +0200
committerChristopher Arndt2018-10-10 20:07:57 +0200
commit97e48ec4221ae40495f4f78487bc1225ea044b8b (patch)
tree9a52dda62fbaf21fdeaf814a258d85117109ee7f
parentc1afd92e8ec314471597c83a90b0062c41dc2797 (diff)
downloadaur-97e48ec4221ae40495f4f78487bc1225ea044b8b.tar.gz
New upstream release 1.1.2
Signed-off-by: Christopher Arndt <chris@chrisarndt.de>
-rw-r--r--.SRCINFO6
-rw-r--r--.gitignore1
-rw-r--r--PKGBUILD6
3 files changed, 7 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 47178dea0c38..52c7ec071c76 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
pkgbase = python-rtmidi
- pkgver = 1.1.1
+ pkgver = 1.1.2
pkgrel = 1
url = https://github.com/SpotlightKid/python-rtmidi
arch = i686
@@ -9,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.1.tar.bz2
- sha256sums = a796fc764febb9240a3c3de5ed230ae4d74f505c4e6298fb7e5f811bef845501
+ source = https://files.pythonhosted.org/packages/source/p/python-rtmidi/python-rtmidi-1.1.2.tar.gz
+ sha256sums = 776e0ed1c0c66d3794b380f1e6af8aae9288e6d6ab6b2ef32b88a8f02320c445
pkgname = python-rtmidi
pkgdesc = Python bindings for the cross-platform MIDI I/O library RtMidi
diff --git a/.gitignore b/.gitignore
index 9755def02fa2..d26f3f43d5a4 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,6 +2,7 @@ pkg/
src/
python-rtmidi-*.zip
python-rtmidi-*.tar.bz2
+python-rtmidi-*.tar.gz
python-rtmidi-*.pkg.tar.xz
python2-rtmidi-*.pkg.tar.xz
python-rtmidi-*.src.tar.gz
diff --git a/PKGBUILD b/PKGBUILD
index 35877e178d29..68f2c169e3b6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,15 +3,15 @@
_pkgbase="rtmidi"
pkgbase="python-${_pkgbase}"
pkgname=(${pkgbase} python2-${_pkgbase})
-pkgver=1.1.1
+pkgver=1.1.2
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}.tar.bz2")
-sha256sums=('a796fc764febb9240a3c3de5ed230ae4d74f505c4e6298fb7e5f811bef845501')
+source=("https://files.pythonhosted.org/packages/source/${pkgbase::1}/${pkgbase}/${pkgbase}-${pkgver}.tar.gz")
+sha256sums=('776e0ed1c0c66d3794b380f1e6af8aae9288e6d6ab6b2ef32b88a8f02320c445')
prepare() {