summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristopher Arndt2017-07-01 21:33:58 +0200
committerChristopher Arndt2017-07-01 21:33:58 +0200
commit841606ebd4853676d0bbd76c6ae5aff90bd33b35 (patch)
tree521ece35a836671c9ad6c24d80c66ab4551f2711
parent4977961e10ecef342fcc0d2fbe2592b5ab859a56 (diff)
downloadaur-841606ebd4853676d0bbd76c6ae5aff90bd33b35.tar.gz
New upstream version
Signed-off-by: Christopher Arndt <chris@chrisarndt.de>
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1626c18e85d0..6a0570cfb126 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Wed May 31 18:12:38 UTC 2017
+# Sat Jul 1 19:33:25 UTC 2017
pkgbase = python-mido
pkgdesc = A Python library for working with MIDI messages and ports
- pkgver = 1.2.7
+ pkgver = 1.2.8
pkgrel = 1
url = https://mido.readthedocs.io/
arch = any
@@ -10,8 +10,8 @@ pkgbase = python-mido
makedepends = python-setuptools
makedepends = python2-setuptools
optdepends = portmidi: for PortMidi support
- source = https://files.pythonhosted.org/packages/source/m/mido/mido-1.2.7.tar.gz
- md5sums = 174cb9858a2bc365dc613851d13df125
+ source = https://files.pythonhosted.org/packages/source/m/mido/mido-1.2.8.tar.gz
+ md5sums = bb7ca6fca48d818dd78a386a7261cb56
pkgname = python-mido
depends =
diff --git a/PKGBUILD b/PKGBUILD
index 0beb6e0d6166..7d69617d6e65 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgbase=('python-mido')
pkgname=('python-mido' 'python2-mido')
_name='mido'
-pkgver='1.2.7'
+pkgver='1.2.8'
pkgrel=1
pkgdesc="A Python library for working with MIDI messages and ports"
url="https://mido.readthedocs.io/"
@@ -13,7 +13,7 @@ optdepends=('portmidi: for PortMidi support')
license=('MIT')
arch=('any')
source=("https://files.pythonhosted.org/packages/source/${_name::1}/${_name}/${_name}-${pkgver}.tar.gz")
-md5sums=('174cb9858a2bc365dc613851d13df125')
+md5sums=('bb7ca6fca48d818dd78a386a7261cb56')
prepare() {
cp -a "${srcdir}/${_name}-${pkgver}"{,-python2}