summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJingbei Li2019-06-25 18:03:39 +0800
committerJingbei Li2019-06-25 18:03:39 +0800
commit95b207bcf9bcd68e37abf67225229c3b36db9c25 (patch)
tree32780b46d4f68a1034cf61d9c01538f97e622c8f
parent9c14b641b8ada894561b4ee8d5213eb1d9ba6d8c (diff)
downloadaur-95b207bcf9bcd68e37abf67225229c3b36db9c25.tar.gz
upgraded to 2.1.8
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ee5749bc9c60..feec73894a93 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = python-audioread
pkgdesc = cross-library (GStreamer + Core Audio + MAD + FFmpeg) audio decoding for Python
- pkgver = 2.1.7
+ pkgver = 2.1.8
pkgrel = 1
url = https://github.com/beetbox/audioread
arch = any
license = MIT
makedepends = python-setuptools
makedepends = python2-setuptools
- source = https://github.com/beetbox/audioread/archive/v2.1.7.tar.gz
- md5sums = 7ed2e52d2b8cd2b80dea2688c1e3c9e4
+ source = https://github.com/beetbox/audioread/archive/v2.1.8.tar.gz
+ md5sums = 71f9a2575efa006b24a2cb8122dc9f8e
pkgname = python-audioread
depends = python
diff --git a/PKGBUILD b/PKGBUILD
index 51cd5c9d5bab..0668bc20e842 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgbase=python-audioread
pkgname=(python-audioread python2-audioread)
_pkgname=audioread
-pkgver=2.1.7
+pkgver=2.1.8
pkgrel=1
pkgdesc="cross-library (GStreamer + Core Audio + MAD + FFmpeg) audio decoding for Python"
arch=('any')
@@ -11,7 +11,7 @@ url="https://github.com/beetbox/audioread"
license=('MIT')
makedepends=('python-setuptools' 'python2-setuptools')
source=("$url/archive/v${pkgver}.tar.gz")
-md5sums=('7ed2e52d2b8cd2b80dea2688c1e3c9e4')
+md5sums=('71f9a2575efa006b24a2cb8122dc9f8e')
prepare() {
cd "$srcdir/"