summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorgbr2021-04-12 14:19:05 -0300
committergbr2021-04-12 14:19:05 -0300
commite11e4e7774d22a7d0d01ae1a9204c4b3a02a5d18 (patch)
treeb9ac4a6ba83b3d7fa6f5f807ce77a2a589c44462
parente198b1b05329992babd288fc91249ee3941e6676 (diff)
downloadaur-e11e4e7774d22a7d0d01ae1a9204c4b3a02a5d18.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 cfaebf984ece..90f460c2016d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
pkgbase = rsmixer
pkgdesc = A PulseAudio volume mixer for the command line
pkgver = 0.3.0
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/jantap/rsmixer
- arch = any
+ arch = x86_64
license = MIT
makedepends = cargo
depends = pulseaudio
diff --git a/PKGBUILD b/PKGBUILD
index 2a4fb1924cdb..566dafbaa982 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: gbr <gbr@protonmail.com>
pkgname=rsmixer
pkgver=0.3.0
-pkgrel=2
+pkgrel=3
pkgdesc='A PulseAudio volume mixer for the command line'
-arch=('any')
+arch=('x86_64')
url='https://github.com/jantap/rsmixer'
license=('MIT')
depends=('pulseaudio')