summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristopher Arndt2017-03-19 21:39:44 +0100
committerChristopher Arndt2017-03-19 21:39:44 +0100
commit727634b7038a933a7640f674f398ea5e71b48802 (patch)
tree3b9d23eaf820c2f3610c5dd7810524363e98fe01
parentd2ab41a6dc40233a7b5f4b24a1380a2b28737563 (diff)
downloadaur-727634b7038a933a7640f674f398ea5e71b48802.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 2147c38e7a4f..0dc3bf4df78f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Thu Mar 16 16:13:33 UTC 2017
+# Sun Mar 19 20:39:34 UTC 2017
pkgbase = python-mido
pkgdesc = A Python library for working with MIDI messages and ports
- pkgver = 1.2.3
+ pkgver = 1.2.4
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.3.tar.gz
- md5sums = 1592d4b87483464aeb35d5bbe375e315
+ source = https://files.pythonhosted.org/packages/source/m/mido/mido-1.2.4.tar.gz
+ md5sums = 50c3562294bb25adebecb418bd8402c6
pkgname = python-mido
depends =
diff --git a/PKGBUILD b/PKGBUILD
index 71fca5bbf991..ab2a088b003b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgbase=('python-mido')
pkgname=('python-mido' 'python2-mido')
_name='mido'
-pkgver='1.2.3'
+pkgver='1.2.4'
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=('1592d4b87483464aeb35d5bbe375e315')
+md5sums=('50c3562294bb25adebecb418bd8402c6')
prepare() {
cp -a "${srcdir}/${_name}-${pkgver}"{,-python2}