summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorwillemw122015-10-14 08:29:58 +0200
committerwillemw122015-10-14 08:29:58 +0200
commitb9deb79ee81a6697ad95fdabbe411e37faeaf0fc (patch)
treeb66c6457e42d881b8054e77b290991a02b3614d5
parentc555a6b1960215dbd94b0c05e505242596cb64d1 (diff)
downloadaur-b9deb79ee81a6697ad95fdabbe411e37faeaf0fc.tar.gz
Change arch to 'any'
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 47428390b54a..51627a5133cb 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,12 @@
# Generated by mksrcinfo v7
-# Tue Oct 13 20:03:32 UTC 2015
+# Wed Oct 14 06:29:44 UTC 2015
pkgbase = decibel-audio-player
pkgdesc = GTK+ audio player
pkgver = 1.08
pkgrel = 4
url = http://decibel.silent-blade.org/
install = decibel-audio-player.install
- arch = i686
- arch = x86_64
+ arch = any
license = GPL
depends = desktop-file-utils
depends = gstreamer0.10-python
diff --git a/PKGBUILD b/PKGBUILD
index 7dd359215cb2..28f05e320aa2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@ pkgname=decibel-audio-player
pkgver=1.08
pkgrel=4
pkgdesc="GTK+ audio player"
-arch=('i686' 'x86_64')
+arch=('any')
url="http://decibel.silent-blade.org/"
license=('GPL')
depends=('desktop-file-utils' 'gstreamer0.10-python' 'mutagen' 'pygtk' 'python2-dbus' 'python2-notify')