summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorandy59952023-02-17 03:57:49 -0600
committerandy59952023-02-17 03:57:49 -0600
commit094344bed2848e081997393f791a6a748d4db0c2 (patch)
tree2a627c3e8efef43260db96b2aa9739f60e820267
parent42922d7165c1556913feb62da22bbc7e76140bb8 (diff)
downloadaur-094344bed2848e081997393f791a6a748d4db0c2.tar.gz
turn off sanitize (don't require libasan...)
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 93a74485a232..d01a186eba54 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = rmw
pkgdesc = safe-remove utility for the command line
pkgver = 0.9.0
- pkgrel = 1
+ pkgrel = 2
url = https://remove-to-waste.info
arch = i686
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index 0004054c0486..a0dfd29e00d7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=rmw
pkgver=0.9.0
-pkgrel=1
+pkgrel=2
pkgdesc="safe-remove utility for the command line"
arch=('i686' 'x86_64' 'aarch64' 'armv7h' 'ppc64le')
url="https://remove-to-waste.info"
@@ -16,7 +16,7 @@ source=("https://github.com/theimpossibleastronaut/rmw/releases/download/v${pkgv
sha256sums=('cc9d20733c9f9945054041ee6aeac7f4a4b7a675f297ffe388e4863fb84ed4a1')
build() {
- arch-meson $pkgname-$pkgver build
+ arch-meson $pkgname-$pkgver build -Db_sanitize=none
meson compile -C build
}