summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorandy59952021-07-07 00:46:23 -0500
committerandy59952021-07-07 00:46:23 -0500
commit2912ec5d79ad2f222c698ee06baee00678ec8205 (patch)
tree57d09add4d230646cd85c4009f89a9dc500d71d1
parent3b15d3c6f98f24ffbb2be04176acdbbf4c85ebe5 (diff)
downloadaur-2912ec5d79ad2f222c698ee06baee00678ec8205.tar.gz
specify arch, move valgrind to 'checkdepends'
-rw-r--r--.SRCINFO11
-rw-r--r--PKGBUILD12
2 files changed, 15 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f452d5a5c363..73725eb57f47 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,21 @@
pkgbase = rmw
- pkgdesc = rmw (ReMove to Waste) is a safe-remove utility for the command line.
+ pkgdesc = safe-remove utility for the command line
pkgver = 0.8.0
pkgrel = 1
url = https://remove-to-waste.info
- arch = any
+ arch = i686
+ arch = x86_64
+ arch = aarch64
+ arch = armv7h
+ arch = ppc64le
license = GPL3
+ checkdepends = valgrind
makedepends = meson
makedepends = ninja
- makedepends = valgrind
depends = ncurses
optdepends = gettext
source = rmw-0.8.0.tar.gz::https://github.com/theimpossibleastronaut/rmw/archive/refs/tags/v0.8.0.tar.gz
sha256sums = a3bf20c29b4601b7f0122aa75cccc6887a5187329aff3138936d74c798e219ef
pkgname = rmw
+
diff --git a/PKGBUILD b/PKGBUILD
index c2e5eec26cd7..e4a7a42dc43f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,16 @@
-# Maintainer: Oliver Jaksch <arch-aur at com-in dot de>
+# Maintainer: Andy Alt <andy400-dev at yahoo dot com>
+# Contributor: Oliver Jaksch <arch-aur at com-in dot de>
pkgname=rmw
pkgver=0.8.0
-pkgrel=1
-pkgdesc="rmw (ReMove to Waste) is a safe-remove utility for the command line."
-arch=('any')
+pkgrel=2
+pkgdesc="safe-remove utility for the command line"
+arch=('i686' 'x86_64' 'aarch64' 'armv7h' 'ppc64le')
url="https://remove-to-waste.info"
license=('GPL3')
depends=('ncurses')
-makedepends=('meson' 'ninja' 'valgrind')
+makedepends=('meson' 'ninja')
+checkdepends=('valgrind')
optdepends=('gettext')
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/theimpossibleastronaut/rmw/archive/refs/tags/v${pkgver}.tar.gz")