summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorChristopher Arndt2018-08-08 12:11:47 +0200
committerChristopher Arndt2018-08-08 12:11:47 +0200
commitc1afd92e8ec314471597c83a90b0062c41dc2797 (patch)
tree8b7aa4632303c0636b5885367d26812ca645f32b /PKGBUILD
parentd324f80c407a7bb386c805f5eef2febc67ccaa37 (diff)
downloadaur-c1afd92e8ec314471597c83a90b0062c41dc2797.tar.gz
New upstream version 1.1.1
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 28c10bbc95b5..35877e178d29 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,15 +3,15 @@
_pkgbase="rtmidi"
pkgbase="python-${_pkgbase}"
pkgname=(${pkgbase} python2-${_pkgbase})
-pkgver=1.1.0
+pkgver=1.1.1
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}.zip")
-sha256sums=('d82eb82e0b270f75375e3d5f9f45cb75950485700e6a3862192d0c121c802b0e')
+source=("https://files.pythonhosted.org/packages/source/${pkgbase::1}/${pkgbase}/${pkgbase}-${pkgver}.tar.bz2")
+sha256sums=('a796fc764febb9240a3c3de5ed230ae4d74f505c4e6298fb7e5f811bef845501')
prepare() {