summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a70747b75987..cbbf7c9307ea 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = rmw
pkgdesc = rmw (ReMove to Waste) is a safe-remove utility for the command line.
- pkgver = 0.7.04
+ pkgver = 0.7.05
pkgrel = 1
url = https://remove-to-waste.info
arch = any
license = GPL3
depends = ncurses
optdepends = gettext
- source = https://github.com/theimpossibleastronaut/rmw/releases/download/v0.7.04/rmw-0.7.04.tar.gz
- sha256sums = 078bcffead7cc82564460bb8cfe22c3e36a63ecf58e8b563235989e173b06f74
+ source = https://github.com/theimpossibleastronaut/rmw/releases/download/v0.7.05/rmw-0.7.05.tar.gz
+ sha256sums = c2c30e2255745e6e8bedae14fb4d6b2ec5a407461dbf362c650e35692240681d
pkgname = rmw
diff --git a/PKGBUILD b/PKGBUILD
index 89031efa88f3..9ecf65b9724c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Oliver Jaksch <arch-aur@com-in.de>
pkgname=rmw
-pkgver=0.7.04
+pkgver=0.7.05
pkgrel=1
pkgdesc="rmw (ReMove to Waste) is a safe-remove utility for the command line."
arch=('any')
@@ -11,7 +11,7 @@ depends=('ncurses')
optdepends=('gettext')
source=(https://github.com/theimpossibleastronaut/rmw/releases/download/v${pkgver}/${pkgname}-${pkgver}.tar.gz)
-sha256sums=('078bcffead7cc82564460bb8cfe22c3e36a63ecf58e8b563235989e173b06f74')
+sha256sums=('c2c30e2255745e6e8bedae14fb4d6b2ec5a407461dbf362c650e35692240681d')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"