summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorandy59952023-05-17 13:37:26 -0500
committerandy59952023-05-17 13:37:26 -0500
commit8ab6570edddd8a0e7ea9f6593677e523a791ef8e (patch)
treefbf5ac14eb4318c261c80b9b6c7902bc20669c38
parentbc3dcb8a6dfb582bc5c022cd9d9cdbbc2da65c56 (diff)
downloadaur-8ab6570edddd8a0e7ea9f6593677e523a791ef8e.tar.gz
update for v0.9.1
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4feca2743ffb..1e166e305be7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = rmw
pkgdesc = trash/recycle bin utility for the command line
- pkgver = 0.9.0
- pkgrel = 2
+ pkgver = 0.9.1
+ pkgrel = 1
url = https://theimpossibleastronaut.com/rmw-website/
arch = i686
arch = x86_64
@@ -14,7 +14,7 @@ pkgbase = rmw
depends = ncurses
optdepends = gettext
optdepends = canfigger
- source = https://github.com/theimpossibleastronaut/rmw/releases/download/v0.9.0/rmw-0.9.0.tar.xz
- sha256sums = cc9d20733c9f9945054041ee6aeac7f4a4b7a675f297ffe388e4863fb84ed4a1
+ source = https://github.com/theimpossibleastronaut/rmw/releases/download/v0.9.1/rmw-0.9.1.tar.xz
+ sha256sums = 9a7b93e8530a0ffcd49f1a880e0a717b3112d0ec1773db7349bac416ee1a42b3
pkgname = rmw
diff --git a/PKGBUILD b/PKGBUILD
index 25fc81f771a6..fc013de73ce2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
# Contributor: Oliver Jaksch <arch-aur at com-in dot de>
pkgname=rmw
-pkgver=0.9.0
-pkgrel=2
+pkgver=0.9.1
+pkgrel=1
pkgdesc="trash/recycle bin utility for the command line"
arch=('i686' 'x86_64' 'aarch64' 'armv7h' 'ppc64le')
url="https://theimpossibleastronaut.com/rmw-website/"
@@ -13,7 +13,7 @@ makedepends=('meson' 'ninja')
optdepends=('gettext' 'canfigger')
source=("https://github.com/theimpossibleastronaut/rmw/releases/download/v${pkgver}/${pkgname}-${pkgver}.tar.xz")
-sha256sums=('cc9d20733c9f9945054041ee6aeac7f4a4b7a675f297ffe388e4863fb84ed4a1')
+sha256sums=('9a7b93e8530a0ffcd49f1a880e0a717b3112d0ec1773db7349bac416ee1a42b3')
build() {
arch-meson $pkgname-$pkgver build -Db_sanitize=none