summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthieu Amiguet2017-11-09 10:36:58 +0100
committerMatthieu Amiguet2017-11-09 10:36:58 +0100
commit64a76ec7cf26b7c967daa7b3320a88b9085aaab6 (patch)
tree348f545d8031e11601ee6cd8eff6fe807f8f5d57
parentfb08db3282b52021ac0232e3615b6781a03a0df0 (diff)
downloadaur-64a76ec7cf26b7c967daa7b3320a88b9085aaab6.tar.gz
Update to 0.8.8.
-rw-r--r--.SRCINFO16
-rw-r--r--PKGBUILD6
2 files changed, 11 insertions, 11 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 07271e127ec9..f94f7e5dc69b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Wed Aug 30 08:43:04 UTC 2017
+# Thu Nov 9 09:34:15 UTC 2017
pkgbase = python2-pyo
pkgdesc = A Python module written in C to help digital signal processing script creation.
- pkgver = 0.8.7
+ pkgver = 0.8.8
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.7
- provides = python-pyo=0.8.7
+ provides = pyo=0.8.8
+ provides = python-pyo=0.8.8
conflicts = pyo
conflicts = python-pyo
- source = http://ajaxsoundstudio.com/downloads/pyo_0.8.7-src.tar.bz2
- source = http://ajaxsoundstudio.com/downloads/pyo_0.8.7-doc.tar.bz2
- md5sums = 325d670792113a0d703c1b276b3ce931
- md5sums = 3e39904a4d1024f6a31bcda3c51af2d2
+ source = http://ajaxsoundstudio.com/downloads/pyo_0.8.8-src.tar.bz2
+ source = http://ajaxsoundstudio.com/downloads/pyo_0.8.8-doc.tar.bz2
+ md5sums = 777d55c49238c8fd8d4c1e7823fc15ee
+ md5sums = ddf686ec6fae8e3c862d38b49d22195e
pkgname = python2-pyo
diff --git a/PKGBUILD b/PKGBUILD
index 7d90a328f1d3..ef3ca741c1b5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: speps <spepser at aur dot archlinux dot org>
pkgname=python2-pyo
-pkgver=0.8.7
+pkgver=0.8.8
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=('325d670792113a0d703c1b276b3ce931'
- '3e39904a4d1024f6a31bcda3c51af2d2')
+md5sums=('777d55c49238c8fd8d4c1e7823fc15ee'
+ 'ddf686ec6fae8e3c862d38b49d22195e')
build() {
cd "$srcdir/pyo_$pkgver-src"