summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorChristopher Arndt2019-01-13 17:56:37 +0100
committerChristopher Arndt2019-01-13 17:56:37 +0100
commit3062a77eb68b7bf806ee0690ac1949ddfc0b2112 (patch)
tree098afbe5067b2eb645c312db8701422deec96b7a /PKGBUILD
parent97e48ec4221ae40495f4f78487bc1225ea044b8b (diff)
downloadaur-3062a77eb68b7bf806ee0690ac1949ddfc0b2112.tar.gz
New upstream version 1.2.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 68f2c169e3b6..ccd7d5a59512 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_pkgbase="rtmidi"
pkgbase="python-${_pkgbase}"
pkgname=(${pkgbase} python2-${_pkgbase})
-pkgver=1.1.2
+pkgver=1.2.0
pkgrel=1
arch=('i686' 'x86_64' 'arm')
url="https://github.com/SpotlightKid/python-rtmidi"
@@ -11,7 +11,7 @@ license=('MIT')
depends=('jack')
makedepends=('python-setuptools' 'python2-setuptools')
source=("https://files.pythonhosted.org/packages/source/${pkgbase::1}/${pkgbase}/${pkgbase}-${pkgver}.tar.gz")
-sha256sums=('776e0ed1c0c66d3794b380f1e6af8aae9288e6d6ab6b2ef32b88a8f02320c445')
+sha256sums=('8e7a50fff1b0bab16b71e19af17dfc91aad580d46ceb0bf36307555413a44d06')
prepare() {