summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorsiyia2024-03-25 08:01:18 +0200
committersiyia2024-03-25 08:01:18 +0200
commit0f4476c2f4b9effb0aba4c625c14fd35b9688aac (patch)
tree37617d029a8c1bbef98b98beb3ecb71eaaba5015
parentc401446ef656bfe2522cfb5b192bed96568b5dfc (diff)
downloadaur-0f4476c2f4b9effb0aba4c625c14fd35b9688aac.tar.gz
v1.8.5-1
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ee05ded91ab9..74921ee62cda 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.8.4
- pkgrel = 2
+ pkgver = 1.8.5
+ 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.8.4.tar.gz
- md5sums = b49a410126a545a629d7a5bb581cd96e
+ source = https://github.com/siyia2/bulk-rename-plus/archive/v1.8.5.tar.gz
+ md5sums = 890c98d43fabe3602743597097b18286
pkgname = bulk-rename-plus
diff --git a/PKGBUILD b/PKGBUILD
index dc2e74bb2d91..ea68be5c0162 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,13 @@
# Maintainer: Siyia <eutychios23@gmail.com>
pkgname=bulk-rename-plus
-pkgver=1.8.4
-pkgrel=2
+pkgver=1.8.5
+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=('b49a410126a545a629d7a5bb581cd96e')
+md5sums=('890c98d43fabe3602743597097b18286')
source=("https://github.com/siyia2/bulk-rename-plus/archive/v${pkgver}.tar.gz")