summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorsiyia2024-06-04 10:07:58 +0300
committersiyia2024-06-04 10:07:58 +0300
commit473c92daa375f85d4f1b9696fa4098891b940f0c (patch)
tree4c4924782d0fc31e54c001ee77ac3358f4ce6900
parent3e0305bd2d60caed7c1e084976877c389d78942a (diff)
downloadaur-473c92daa375f85d4f1b9696fa4098891b940f0c.tar.gz
v3.3.0-1
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 71b80cc7638d..1a5d9784d666 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.2.9
- pkgrel = 4
+ pkgver = 3.3.0
+ pkgrel = 1
url = https://github.com/siyia2/iso-commander
arch = x86_64
license = GPL3
@@ -11,7 +11,7 @@ pkgbase = iso-commander
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.9.tar.gz
- md5sums = 2a33eda78fa3ae31a65a6d82ec785867
+ source = https://github.com/siyia2/iso-commander/archive/v3.3.0.tar.gz
+ md5sums = 394285de65e0f38e3583303f17e6a620
pkgname = iso-commander
diff --git a/PKGBUILD b/PKGBUILD
index a2f8cb22bd4c..d2b8fd8bc36f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,14 @@
# Maintainer: Siyia <eutychios23@gmail.com>
pkgname=iso-commander
-pkgver=3.2.9
-pkgrel=4
+pkgver=3.3.0
+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')
depends=('coreutils' 'glibc' 'readline' 'util-linux')
optdepends=('ccd2iso: BIN/IMG conversion support' 'mdf2iso: MDF/MDS conversion support')
-md5sums=('2a33eda78fa3ae31a65a6d82ec785867')
+md5sums=('394285de65e0f38e3583303f17e6a620')
source=("https://github.com/siyia2/iso-commander/archive/v${pkgver}.tar.gz")