summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMatthieu Amiguet2018-02-04 17:56:15 +0100
committerMatthieu Amiguet2018-02-04 17:56:15 +0100
commit097bf273c848e1aaf24320ca9af6e693c9da47f9 (patch)
tree28cbb6fcfbc36ac21965ef5d51ae14f5086ffb28 /PKGBUILD
parent64a76ec7cf26b7c967daa7b3320a88b9085aaab6 (diff)
downloadaur-097bf273c848e1aaf24320ca9af6e693c9da47f9.tar.gz
Update to 0.8.9.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index ef3ca741c1b5..25db75e61f2f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: speps <spepser at aur dot archlinux dot org>
pkgname=python2-pyo
-pkgver=0.8.8
+pkgver=0.8.9
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=('777d55c49238c8fd8d4c1e7823fc15ee'
- 'ddf686ec6fae8e3c862d38b49d22195e')
+md5sums=('5cbea886d3d52c346060ada6c8be05bf'
+ 'ab80a1627e6435cdbfeadd81bd0797a8')
build() {
cd "$srcdir/pyo_$pkgver-src"