summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorandy59952024-03-15 04:42:11 -0500
committerandy59952024-03-15 04:42:11 -0500
commit7b08a9486bbd98806cf61083c0206d194af2075a (patch)
tree8a134a442b28e0fc4daa005c3c0bd0d33879e1e0
parent1b70fcdfd6389307e9673638777387ca02f21500 (diff)
downloadaur-7b08a9486bbd98806cf61083c0206d194af2075a.tar.gz
remove untested/failing architectures
See https://github.com/theimpossibleastronaut/rmw/issues/425 for more details
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 1 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index fda73d0330f8..976041159834 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -6,8 +6,6 @@ pkgbase = rmw
arch = i686
arch = x86_64
arch = aarch64
- arch = armv7h
- arch = ppc64le
license = GPL-3.0-or-later
makedepends = meson
makedepends = ninja
diff --git a/PKGBUILD b/PKGBUILD
index 83716dbaf0cb..39a4fe2ff04f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@ pkgname=rmw
pkgver=0.9.1
pkgrel=1
pkgdesc="trash/recycle bin utility for the command line"
-arch=('i686' 'x86_64' 'aarch64' 'armv7h' 'ppc64le')
+arch=('i686' 'x86_64' 'aarch64')
url="https://theimpossibleastronaut.com/rmw-website/"
license=('GPL-3.0-or-later')
depends=('ncurses')