summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorsiyia2024-06-04 16:47:15 +0300
committersiyia2024-06-04 16:47:15 +0300
commit400f6ff927147466e2218941c9ae93436f5caeb1 (patch)
tree0e117e8fdb810374ca863475b5f8e4b819e3d124
parent12b757be38891c19a50da5228c78c7d74dcc4076 (diff)
downloadaur-400f6ff927147466e2218941c9ae93436f5caeb1.tar.gz
v3.3.2-3
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9b2ae4bc9e09..77c3a1a679c9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = iso-commander
pkgdesc = The Fastest ISO Manager on the Planet, written in C++
pkgver = 3.3.2
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/siyia2/iso-commander
arch = x86_64
license = GPL3
@@ -12,6 +12,6 @@ pkgbase = iso-commander
optdepends = ccd2iso: BIN/IMG conversion support
optdepends = mdf2iso: MDF/MDS conversion support
source = https://github.com/siyia2/iso-commander/archive/v3.3.2.tar.gz
- md5sums = 767f323ac4361abb9d2393cd69a01419
+ md5sums = 2d003aea47bf3dae7280979593e801ee
pkgname = iso-commander
diff --git a/PKGBUILD b/PKGBUILD
index 4c0f4225ec5e..3cb6b6c01091 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,14 @@
# Maintainer: Siyia <eutychios23@gmail.com>
pkgname=iso-commander
pkgver=3.3.2
-pkgrel=2
+pkgrel=3
pkgdesc='The Fastest ISO Manager on the Planet, written in C++'
arch=('x86_64')
url="https://github.com/siyia2/iso-commander"
license=('GPL3')
depends=('coreutils' 'glibc' 'readline' 'util-linux')
optdepends=('ccd2iso: BIN/IMG conversion support' 'mdf2iso: MDF/MDS conversion support')
-md5sums=('767f323ac4361abb9d2393cd69a01419')
+md5sums=('2d003aea47bf3dae7280979593e801ee')
source=("https://github.com/siyia2/iso-commander/archive/v${pkgver}.tar.gz")