summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorgbr2021-04-12 14:14:59 -0300
committergbr2021-04-12 14:14:59 -0300
commit26426d15e5b0c1d44da757680820611b8da16747 (patch)
tree44497e5898b5aa058d7925340d397b7eeacc8bae
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.
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2e720a6b5649..c55e55b066e8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
pkgbase = myxer
pkgdesc = A modern volume mixer for PulseAudio
pkgver = 1.2.0
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/Aurailus/Myxer
- arch = any
+ arch = x86_64
license = GPL3
makedepends = cargo
depends = gtk3
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')