summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohannes Postma2016-02-02 16:51:01 +0000
committerJohannes Postma2016-02-02 16:51:01 +0000
commit205d51b97a42d32cc9a200440907f816af3953ea (patch)
treea46e6ebcd7ccb7ea6ec9302992fc94994bb496b6
parentf00938af64afd0a18e9a9c077ea09b71bb7b84e9 (diff)
downloadaur-8p.tar.gz
Add i686 architecture
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index b3b310f32c98..af18992371e4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Johannes Postma <jgmpostma@gmail.com>
pkgname=8p
pkgver=1.2
-pkgrel=2
+pkgrel=3
pkgdesc="An ncurses-based command-line player for 8tracks.com"
-arch=('x86_64')
+arch=('i686' 'x86_64')
url="https://github.com/jgmp/8p"
license=('BSD')
depends=('curl' 'jansson' 'libbsd' 'ncurses' 'vlc')