summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorandy59952024-03-18 07:49:36 -0500
committerandy59952024-03-18 07:49:36 -0500
commit456d5de8f4a4e2c8f395a0380f177c2e91842df2 (patch)
tree33383bc9268de8d9de59a1397a80f80bc273b91d /PKGBUILD
parent7b08a9486bbd98806cf61083c0206d194af2075a (diff)
downloadaur-rmw.tar.gz
Update for v0.9.2
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 39a4fe2ff04f..78a89b3bf080 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,18 +2,18 @@
# Contributor: Oliver Jaksch <arch-aur at com-in dot de>
pkgname=rmw
-pkgver=0.9.1
+pkgver=0.9.2
pkgrel=1
pkgdesc="trash/recycle bin utility for the command line"
arch=('i686' 'x86_64' 'aarch64')
url="https://theimpossibleastronaut.com/rmw-website/"
license=('GPL-3.0-or-later')
-depends=('ncurses')
+depends=('glibc' 'ncurses')
makedepends=('meson' 'ninja')
optdepends=('gettext' 'canfigger')
source=("https://github.com/theimpossibleastronaut/rmw/releases/download/v${pkgver}/${pkgname}-${pkgver}.tar.xz")
-sha256sums=('9a7b93e8530a0ffcd49f1a880e0a717b3112d0ec1773db7349bac416ee1a42b3')
+sha256sums=('f1a7003f920297b0d1904c7c79debc06fbb00e1ef62871615a4fe836715a889d')
build() {
arch-meson $pkgname-$pkgver build -Db_sanitize=none