summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0888ad7f1fc7..3724f22c2aba 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 = 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.2.9.tar.gz
- md5sums = e92c6e590463d0c41d29c7d42b2971ef
+ md5sums = 905d37c91a6b14e108649b9ff00690dd
pkgname = iso-commander
diff --git a/PKGBUILD b/PKGBUILD
index 68a91130db37..eb109b93df89 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,14 @@
# Maintainer: Siyia <eutychios23@gmail.com>
pkgname=iso-commander
pkgver=3.2.9
-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=('e92c6e590463d0c41d29c7d42b2971ef')
+md5sums=('905d37c91a6b14e108649b9ff00690dd')
source=("https://github.com/siyia2/iso-commander/archive/v${pkgver}.tar.gz")