summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorIsmael González2018-08-10 14:07:54 +0200
committerIsmael González2018-08-10 14:07:54 +0200
commitc8730216095001a4a6ec277ce596211f08632938 (patch)
treed29c26bbe855168ccd416c3f748f151a2663748b
parent54bdede71044efcbc26d3ca59f84766d5574ae2d (diff)
downloadaur-c8730216095001a4a6ec277ce596211f08632938.tar.gz
Update package description
-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')