summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJonas Heinrich2020-05-17 08:48:57 +0000
committerJonas Heinrich2020-05-17 08:48:57 +0000
commit249555c1dfa8d6c34d8fa556f8ef8fcdc6e0f170 (patch)
tree54a770540059fbc888e3903fc4f3776cdd40e997 /PKGBUILD
parent6cb1143459e4c67453afa056269178ebe936ff72 (diff)
downloadaur-249555c1dfa8d6c34d8fa556f8ef8fcdc6e0f170.tar.gz
updated to version 0.3.3
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 951587a8ee92..295d5da6892a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,16 +2,16 @@
# Contributor: Jonas Heinrich <onny@project-insantiy.org>
pkgname=python-soundcard
-pkgver=0.2.2
-pkgrel=2
+pkgver=0.3.3
+pkgrel=1
pkgdesc='Play and record audio without resorting to CPython extensions'
arch=(any)
url='https://github.com/bastibe/SoundCard'
license=('BSD3')
depends=('python')
makedepends=('python-setuptools')
-source=("https://files.pythonhosted.org/packages/bc/82/08f54615df6307ccfce43f0fc7dca63d0ef6df9afddbe2843a82ee25a861/SoundCard-${pkgver}.tar.gz")
-sha512sums=('0a92290f3d315de178f44e84e1bffeaa3ab831132768ff589793aa2c517a1586251bb276669be17ee33d5d836f1bc6beb54280276a6a0322bfe1d60436fce291')
+source=("https://files.pythonhosted.org/packages/c3/31/b6098569bbb551b67a8631ba1197a037ad66c7795198f8dcc194a60fc053/SoundCard-${pkgver}.tar.gz")
+sha512sums=('fa8c76356098bfb6c0002ab3a9305cc43f4022b23578f45157294fda25cc99fa1c08c2479ff7762b1952615807f13959943f51ef9e1c944587391c26039d3d82')
package() {
cd "SoundCard-${pkgver}"