summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorrkcf2020-11-09 13:24:28 -0600
committerrkcf2020-11-09 13:24:28 -0600
commit6fd080fd715551ea22115ea3150fd38264aa30d0 (patch)
treebabb603218a8e74a6ae80a102250b3726ffe7509
parent424a1a75abb43f0e9879189ca8c3227a5ff27a97 (diff)
downloadaur-6fd080fd715551ea22115ea3150fd38264aa30d0.tar.gz
update to 0.9.0
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD9
2 files changed, 9 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index acccfc881236..7abc1c855c3f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,17 @@
pkgbase = python-pyalsaaudio
pkgdesc = ALSA wrappers for Python
- pkgver = 0.8.4
+ pkgver = 0.9.0
pkgrel = 1
url = http://larsimmisch.github.io/pyalsaaudio/
arch = i686
arch = x86_64
+ arch = armv7h
license = custom: PSF
makedepends = python-setuptools
makedepends = python2-setuptools
makedepends = alsa-lib
- source = https://files.pythonhosted.org/packages/source/p/pyalsaaudio/pyalsaaudio-0.8.4.tar.gz
- sha256sums = 84e8f8da544d7f4bd96479ce4a237600077984d9be1d7f16c1d9a492ecf50085
+ source = https://files.pythonhosted.org/packages/source/p/pyalsaaudio/pyalsaaudio-0.9.0.tar.gz
+ md5sums = 48c40424a79c2568676a41643d93f1f7
pkgname = python-pyalsaaudio
pkgdesc = ALSA wrappers for Python 3
diff --git a/PKGBUILD b/PKGBUILD
index 49b74203175e..642b1ea7a28a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,18 +1,19 @@
-# Maintainer: carstene1ns <arch carsten-teibes de> - http://git.io/ctPKG
+# Maintainer: Andrew Steinke <rkcf@rkcf.me>
+# Contributor: carstene1ns <arch carsten-teibes de> - http://git.io/ctPKG
# Contributor: speps <speps at aur dot archlinux dot org>
# Contributor: Alexander Fehr <pizzapunk gmail com>
pkgbase=python-pyalsaaudio
pkgname=(python-pyalsaaudio python2-pyalsaaudio)
-pkgver=0.8.4
+pkgver=0.9.0
pkgrel=1
pkgdesc="ALSA wrappers for Python"
-arch=('i686' 'x86_64')
+arch=('i686' 'x86_64' 'armv7h')
url="http://larsimmisch.github.io/pyalsaaudio/"
license=('custom: PSF')
makedepends=('python-setuptools' 'python2-setuptools' 'alsa-lib')
source=("https://files.pythonhosted.org/packages/source/p/pyalsaaudio/pyalsaaudio-$pkgver.tar.gz")
-sha256sums=('84e8f8da544d7f4bd96479ce4a237600077984d9be1d7f16c1d9a492ecf50085')
+md5sums=('48c40424a79c2568676a41643d93f1f7')
prepare() {
# copy folder, so we can cleanly build for both python versions