summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f74ceaf3a7b0..6467eb6aa8d5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = rnr
- pkgdesc = Command-line tool to rename multiple files.
+ pkgdesc = A CLI tool to rename files and directories that supports regex.
pkgver = 0.2.0
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/ChuckDaniels87/rnr
arch = x86_64
license = MIT
diff --git a/PKGBUILD b/PKGBUILD
index 87e069db1e49..86bd5dae5b77 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
pkgname=rnr
pkgver=0.2.0
-pkgrel=1
-pkgdesc='Command-line tool to rename multiple files.'
+pkgrel=2
+pkgdesc='A CLI tool to rename files and directories that supports regex.'
arch=('x86_64')
url='https://github.com/ChuckDaniels87/rnr'
license=('MIT')