summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBrian Bidulock2018-01-28 18:11:07 -0700
committerBrian Bidulock2018-01-28 18:11:07 -0700
commit28d30c10edc9711a92ab685b7470048ecaa37236 (patch)
treef33a4ca8f0503b66d841b89bc4390e5f5df7304e
parent85086b0f77b961911b4298f588d780c616d9e350 (diff)
downloadaur-28d30c10edc9711a92ab685b7470048ecaa37236.tar.gz
add i686 back to arch
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD7
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6bc27c33e6c2..e9814efc275f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,10 @@
pkgbase = aumix
pkgdesc = A color text mode sound mixer with GPM support
pkgver = 2.9.1
- pkgrel = 8
+ pkgrel = 9
url = http://www.jpj.net/~trevor/aumix.html
arch = x86_64
+ arch = i686
license = GPL
makedepends = gtk2
makedepends = gpm
diff --git a/PKGBUILD b/PKGBUILD
index 7270a7182c3b..af4eabfe0144 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,11 +1,10 @@
-# $Id: PKGBUILD 266875 2017-11-15 14:29:11Z foutrelis $
-# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
+# Maintainer: Brian Bidulock <bidulock@openss7.org>
pkgname=aumix
pkgver=2.9.1
-pkgrel=8
+pkgrel=9
pkgdesc="A color text mode sound mixer with GPM support"
-arch=('x86_64')
+arch=('x86_64' 'i686')
license=('GPL')
depends=()
makedepends=('gtk2' 'gpm' 'ncurses')