summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorsiyia2024-03-14 22:38:23 +0200
committersiyia2024-03-14 22:38:23 +0200
commit5c15c70299f0e4a07efc742d3073d438c054f685 (patch)
tree790588375ac8d829c29074af9e4c0da8388efcad
parented3ea02668a0d26818cb6d80ac179e83f54a2379 (diff)
downloadaur-5c15c70299f0e4a07efc742d3073d438c054f685.tar.gz
v1.7.3-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0880cb7a7c3e..18b56973b7da 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = bulk-rename-plus
pkgdesc = Tiny yet Powerful Non-Interactive Bulk Renamer, written in C++
- pkgver = 1.7.2
+ pkgver = 1.7.3
pkgrel = 1
url = https://github.com/siyia2/bulk-rename-plus
arch = x86_64
license = GPL3
depends = bash
depends = coreutils
- source = https://github.com/siyia2/bulk-rename-plus/archive/v1.7.2.tar.gz
- md5sums = 9c692d5d634b736e014f696ec26d68f5
+ source = https://github.com/siyia2/bulk-rename-plus/archive/v1.7.3.tar.gz
+ md5sums = fa22b4f78ba227bcc5fe0136b527aefd
pkgname = bulk-rename-plus
diff --git a/PKGBUILD b/PKGBUILD
index 4c39030fb566..72d3d5f9b2f7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,13 @@
# Maintainer: Siyia <eutychios23@gmail.com>
pkgname=bulk-rename-plus
-pkgver=1.7.2
+pkgver=1.7.3
pkgrel=1
pkgdesc='Tiny yet Powerful Non-Interactive Bulk Renamer, written in C++'
arch=('x86_64')
url="https://github.com/siyia2/bulk-rename-plus"
license=('GPL3')
depends=('bash' 'coreutils')
-md5sums=('9c692d5d634b736e014f696ec26d68f5')
+md5sums=('fa22b4f78ba227bcc5fe0136b527aefd')
source=("https://github.com/siyia2/bulk-rename-plus/archive/v${pkgver}.tar.gz")