summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthieu Amiguet2018-02-21 15:07:13 +0100
committerMatthieu Amiguet2018-02-21 15:07:13 +0100
commit4a44af80bd917dfdec3d399f1d651fffbe48969b (patch)
treeaa938f8f2fc6c031edd5034fc3f327714eb93171
parent097bf273c848e1aaf24320ca9af6e693c9da47f9 (diff)
downloadaur-4a44af80bd917dfdec3d399f1d651fffbe48969b.tar.gz
Update to 0.9.0.
-rw-r--r--.SRCINFO16
-rw-r--r--PKGBUILD6
2 files changed, 11 insertions, 11 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 00fc35e75179..39e631b67927 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Sun Feb 4 16:55:33 UTC 2018
+# Wed Feb 21 14:06:51 UTC 2018
pkgbase = python2-pyo
pkgdesc = A Python module written in C to help digital signal processing script creation.
- pkgver = 0.8.9
+ pkgver = 0.9.0
pkgrel = 1
url = http://ajaxsoundstudio.com/software/pyo/
arch = i686
@@ -13,14 +13,14 @@ pkgbase = python2-pyo
depends = portaudio
depends = liblo
optdepends = wxpython: wxWidgets GUI
- provides = pyo=0.8.9
- provides = python-pyo=0.8.9
+ provides = pyo=0.9.0
+ provides = python-pyo=0.9.0
conflicts = pyo
conflicts = python-pyo
- source = http://ajaxsoundstudio.com/downloads/pyo_0.8.9-src.tar.bz2
- source = http://ajaxsoundstudio.com/downloads/pyo_0.8.9-doc.tar.bz2
- md5sums = 5cbea886d3d52c346060ada6c8be05bf
- md5sums = ab80a1627e6435cdbfeadd81bd0797a8
+ source = http://ajaxsoundstudio.com/downloads/pyo_0.9.0-src.tar.bz2
+ source = http://ajaxsoundstudio.com/downloads/pyo_0.9.0-doc.tar.bz2
+ md5sums = de7659eba26a6c93c5b0a8d86459857a
+ md5sums = 33a773b02bfe077bf00f854547f2e9c2
pkgname = python2-pyo
diff --git a/PKGBUILD b/PKGBUILD
index 25db75e61f2f..d9f82746c027 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: speps <spepser at aur dot archlinux dot org>
pkgname=python2-pyo
-pkgver=0.8.9
+pkgver=0.9.0
pkgrel=1
pkgdesc="A Python module written in C to help digital signal processing script creation."
arch=('i686' 'x86_64')
@@ -14,8 +14,8 @@ provides=("pyo=$pkgver" "python-pyo=$pkgver")
conflicts=('pyo' 'python-pyo')
source=("http://ajaxsoundstudio.com/downloads/pyo_$pkgver-src.tar.bz2"
"http://ajaxsoundstudio.com/downloads/pyo_$pkgver-doc.tar.bz2")
-md5sums=('5cbea886d3d52c346060ada6c8be05bf'
- 'ab80a1627e6435cdbfeadd81bd0797a8')
+md5sums=('de7659eba26a6c93c5b0a8d86459857a'
+ '33a773b02bfe077bf00f854547f2e9c2')
build() {
cd "$srcdir/pyo_$pkgver-src"