summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorgbr2021-04-12 14:14:59 -0300
committergbr2021-04-12 14:14:59 -0300
commit26426d15e5b0c1d44da757680820611b8da16747 (patch)
tree44497e5898b5aa058d7925340d397b7eeacc8bae /PKGBUILD
parent0e17b3df08e8e6931725c03348ef3289bb570fb2 (diff)
downloadaur-26426d15e5b0c1d44da757680820611b8da16747.tar.gz
arch: x86_64 only
I misread the Arch Wiki section about the `arch` variable, sorry. People compiling for other CPU architectures can just edit and add whatever CPU architecture they like.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 3859c7b61a7e..4ac5345969e6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,9 +2,9 @@
_pkgname=Myxer
pkgname=myxer
pkgver=1.2.0
-pkgrel=2
+pkgrel=3
pkgdesc='A modern volume mixer for PulseAudio'
-arch=('any')
+arch=('x86_64')
url='https://github.com/Aurailus/Myxer'
license=('GPL3')
depends=('gtk3' 'pulseaudio')