summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorChristopher Arndt2018-10-10 20:07:57 +0200
committerChristopher Arndt2018-10-10 20:07:57 +0200
commit97e48ec4221ae40495f4f78487bc1225ea044b8b (patch)
tree9a52dda62fbaf21fdeaf814a258d85117109ee7f /PKGBUILD
parentc1afd92e8ec314471597c83a90b0062c41dc2797 (diff)
downloadaur-97e48ec4221ae40495f4f78487bc1225ea044b8b.tar.gz
New upstream release 1.1.2
Signed-off-by: Christopher Arndt <chris@chrisarndt.de>
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 35877e178d29..68f2c169e3b6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,15 +3,15 @@
_pkgbase="rtmidi"
pkgbase="python-${_pkgbase}"
pkgname=(${pkgbase} python2-${_pkgbase})
-pkgver=1.1.1
+pkgver=1.1.2
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://files.pythonhosted.org/packages/source/${pkgbase::1}/${pkgbase}/${pkgbase}-${pkgver}.tar.bz2")
-sha256sums=('a796fc764febb9240a3c3de5ed230ae4d74f505c4e6298fb7e5f811bef845501')
+source=("https://files.pythonhosted.org/packages/source/${pkgbase::1}/${pkgbase}/${pkgbase}-${pkgver}.tar.gz")
+sha256sums=('776e0ed1c0c66d3794b380f1e6af8aae9288e6d6ab6b2ef32b88a8f02320c445')
prepare() {