summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristopher Arndt2017-04-22 15:00:34 +0200
committerChristopher Arndt2017-04-22 15:00:34 +0200
commitd324f80c407a7bb386c805f5eef2febc67ccaa37 (patch)
tree428480dcf0f161f32373b33e6a3e5e39fc675782
parent5668293846df5a16251fdf93bed1d4818eac0015 (diff)
downloadaur-d324f80c407a7bb386c805f5eef2febc67ccaa37.tar.gz
New upstream version
Signed-off-by: Christopher Arndt <chris@chrisarndt.de>
-rw-r--r--.SRCINFO10
-rw-r--r--.gitignore1
-rw-r--r--PKGBUILD8
3 files changed, 10 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index dd23872a1e10..7c14a0f8b0c5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Sat Jan 21 14:42:22 UTC 2017
+# Sat Apr 22 12:58:38 UTC 2017
pkgbase = python-rtmidi
- pkgver = 1.0.0
- pkgrel = 3
+ pkgver = 1.1.0
+ pkgrel = 1
url = https://github.com/SpotlightKid/python-rtmidi
arch = i686
arch = x86_64
@@ -11,8 +11,8 @@ pkgbase = python-rtmidi
makedepends = python-setuptools
makedepends = python2-setuptools
depends = jack
- source = https://pypi.python.org/packages/32/4d/8321a72874916acd77ef93f22cceae78b5c7534711b9c12cd870d7c7666c/python-rtmidi-1.0.0.tar.bz2
- sha256sums = a00b7204587823f7e0d9faa2e139f63c3902a1645d1f2213b60e1d3befbb2e42
+ source = https://files.pythonhosted.org/packages/source/p/python-rtmidi/python-rtmidi-1.1.0.zip
+ sha256sums = d82eb82e0b270f75375e3d5f9f45cb75950485700e6a3862192d0c121c802b0e
pkgname = python-rtmidi
pkgdesc = Python bindings for the cross-platform MIDI I/O library RtMidi
diff --git a/.gitignore b/.gitignore
index a6a48d1b588d..9755def02fa2 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,5 +1,6 @@
pkg/
src/
+python-rtmidi-*.zip
python-rtmidi-*.tar.bz2
python-rtmidi-*.pkg.tar.xz
python2-rtmidi-*.pkg.tar.xz
diff --git a/PKGBUILD b/PKGBUILD
index 3f788a25c1e2..28c10bbc95b5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,15 +3,15 @@
_pkgbase="rtmidi"
pkgbase="python-${_pkgbase}"
pkgname=(${pkgbase} python2-${_pkgbase})
-pkgver=1.0.0
-pkgrel=3
+pkgver=1.1.0
+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://pypi.python.org/packages/32/4d/8321a72874916acd77ef93f22cceae78b5c7534711b9c12cd870d7c7666c/${pkgbase}-$pkgver.tar.bz2")
-sha256sums=('a00b7204587823f7e0d9faa2e139f63c3902a1645d1f2213b60e1d3befbb2e42')
+source=("https://files.pythonhosted.org/packages/source/${pkgbase::1}/${pkgbase}/${pkgbase}-${pkgver}.zip")
+sha256sums=('d82eb82e0b270f75375e3d5f9f45cb75950485700e6a3862192d0c121c802b0e')
prepare() {