summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorsiyia2024-06-04 23:07:17 +0300
committersiyia2024-06-04 23:07:17 +0300
commitd3f719dc47c7f37f0740014f4e9a977bf8737964 (patch)
tree9668e1cf8248c90abfa13a8e90b7c968267b3524
parentb4c7dc595fa396f6e290f0ecd20b8395058ab698 (diff)
downloadaur-d3f719dc47c7f37f0740014f4e9a977bf8737964.tar.gz
v3.3.4-2
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b7ad91718627..3eefb00c93ef 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.4
- pkgrel = 1
+ pkgrel = 2
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.4.tar.gz
- md5sums = 28faa7c7122b3f657cd9b0fc5d2c7f12
+ md5sums = b942beafe2c3537ef449b0826119ab33
pkgname = iso-commander
diff --git a/PKGBUILD b/PKGBUILD
index a51c9efcb009..addfe319d005 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,14 @@
# Maintainer: Siyia <eutychios23@gmail.com>
pkgname=iso-commander
pkgver=3.3.4
-pkgrel=1
+pkgrel=2
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=('28faa7c7122b3f657cd9b0fc5d2c7f12')
+md5sums=('b942beafe2c3537ef449b0826119ab33')
source=("https://github.com/siyia2/iso-commander/archive/v${pkgver}.tar.gz")