summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorsiyia2024-05-30 11:06:27 +0300
committersiyia2024-05-30 11:06:27 +0300
commit6ef510b1f34686626707f28462e53248efae60fa (patch)
treed5ab2e8c6de04792a6d04dd8d9244b62bdec7c17
parent09bcee3b3d972a506e8f584a8a01384a2cfa7c3f (diff)
downloadaur-6ef510b1f34686626707f28462e53248efae60fa.tar.gz
v3.2.1-1
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD7
2 files changed, 8 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3b25706e63ea..e1c2253b6ff3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,16 @@
pkgbase = iso-commander
pkgdesc = The Fastest ISO Manager on the Planet, written in C++
- pkgver = 3.2.0
+ pkgver = 3.2.1
pkgrel = 1
url = https://github.com/siyia2/iso-commander
arch = x86_64
license = GPL3
- makedepends = readline
- depends = util-linux
depends = coreutils
+ depends = readline
+ depends = util-linux
optdepends = ccd2iso: BIN/IMG conversion support
optdepends = mdf2iso: MDF/MDS conversion support
- source = https://github.com/siyia2/iso-commander/archive/v3.2.0.tar.gz
- md5sums = d7c67737ccfa13ef04cab1f95c0634ce
+ source = https://github.com/siyia2/iso-commander/archive/v3.2.1.tar.gz
+ md5sums = e70de0a0079235d66c4a4ca0f4386302
pkgname = iso-commander
diff --git a/PKGBUILD b/PKGBUILD
index 41fae20b2c3b..6b337a2027ec 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,15 +1,14 @@
# Maintainer: Siyia <eutychios23@gmail.com>
pkgname=iso-commander
-pkgver=3.2.0
+pkgver=3.2.1
pkgrel=1
pkgdesc='The Fastest ISO Manager on the Planet, written in C++'
arch=('x86_64')
url="https://github.com/siyia2/iso-commander"
license=('GPL3')
-makedepends=('readline')
-depends=('util-linux' 'coreutils')
+depends=('coreutils' 'readline' 'util-linux')
optdepends=('ccd2iso: BIN/IMG conversion support' 'mdf2iso: MDF/MDS conversion support')
-md5sums=('d7c67737ccfa13ef04cab1f95c0634ce')
+md5sums=('e70de0a0079235d66c4a4ca0f4386302')
source=("https://github.com/siyia2/iso-commander/archive/v${pkgver}.tar.gz")