summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index b611c8178365..ffd068eee9fd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgbase=('python-mido')
pkgname=('python-mido' 'python2-mido')
_name='mido'
-pkgver='1.2.5'
+pkgver='1.2.6'
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=('8cdf81dddb2aa0c833283893cbe8473d')
+md5sums=('48cb1ebd93b9777c12ad4f1588add6bb')
prepare() {
cp -a "${srcdir}/${_name}-${pkgver}"{,-python2}