summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRoshless2021-01-16 20:03:02 +0100
committerRoshless2021-01-16 20:03:02 +0100
commit84809b5b1201493ed74080ef0d0207d57414582e (patch)
tree8558e4cf14712133368bee3b16501e278821e071
parent80f85f62bdf557fd5cac559905eaf7304a1e64ec (diff)
downloadaur-84809b5b1201493ed74080ef0d0207d57414582e.tar.gz
TIL arch=any means arch independent
and i though it means arch=all, kinda stupid name
-rw-r--r--.SRCINFO9
-rw-r--r--PKGBUILD4
2 files changed, 9 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f6d8073b1171..6ddb9c13ca85 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,14 @@
pkgbase = spek-alternative
pkgdesc = An acoustic spectrum analyser. Fork
pkgver = 0.8.2.3
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/withmorten/spek-alternative
- arch = any
+ arch = aarch64
+ arch = arm
+ arch = armv6h
+ arch = armv7h
+ arch = i686
+ arch = x86_64
license = GPL3
makedepends = intltool
depends = desktop-file-utils
diff --git a/PKGBUILD b/PKGBUILD
index 0e76e9e99a83..4117ce30099c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Roshless <aur@roshless.com>
pkgname=spek-alternative
pkgver=0.8.2.3
-pkgrel=2
+pkgrel=3
pkgdesc='An acoustic spectrum analyser. Fork'
-arch=('any')
+arch=('aarch64' 'arm' 'armv6h' 'armv7h' 'i686' 'x86_64')
url='https://github.com/withmorten/spek-alternative'
license=('GPL3')
depends=('desktop-file-utils' 'ffmpeg' 'wxgtk2')