summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJonas Heinrich2019-11-07 17:57:06 +0100
committerJonas Heinrich2019-11-07 17:57:06 +0100
commit6cb1143459e4c67453afa056269178ebe936ff72 (patch)
treea3facae5c4dd533f76b36ef325ff2459f38a8505 /PKGBUILD
parent2174420afb4d972dfa28ed1a4b34db428eab5c57 (diff)
downloadaur-6cb1143459e4c67453afa056269178ebe936ff72.tar.gz
added missing dependency
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index ace434099bed..951587a8ee92 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,12 +3,13 @@
pkgname=python-soundcard
pkgver=0.2.2
-pkgrel=1
+pkgrel=2
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')