summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorViraaj Basi2023-08-12 11:18:59 +0100
committerViraaj Basi2023-08-12 11:18:59 +0100
commite4bf3a679baa8e20eb42e687586969b4c0f513dd (patch)
tree604e1735d952a40548afd20c15a8f90bbbd949f8
parent6de6ffb92d44b442d9a51d2e11c387dde229b6c0 (diff)
downloadaur-e4bf3a679baa8e20eb42e687586969b4c0f513dd.tar.gz
bumped to v4.0.1
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 19ac002f68a5..72845c822741 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = ps3-disc-dumper-bin
pkgdesc = A handy utility to make decrypted PS3 disc dumps
- pkgver = 3.3.6
- pkgrel = 2
+ pkgver = 4.0.1
+ pkgrel = 1
url = https://github.com/13xforever/ps3-disc-dumper
arch = x86_64
license = MIT
@@ -9,8 +9,8 @@ pkgbase = ps3-disc-dumper-bin
depends = zlib
depends = gcc-libs
options = !strip
- source = https://github.com/13xforever/ps3-disc-dumper/releases/download/v3.3.6/ps3-disc-dumper_lin64_v3.3.6.zip
- source = https://github.com/13xforever/ps3-disc-dumper/archive/refs/tags/v3.3.6.zip
+ source = https://github.com/13xforever/ps3-disc-dumper/releases/download/v4.0.1/ps3-disc-dumper_linux_v4.0.1.zip
+ source = https://github.com/13xforever/ps3-disc-dumper/archive/refs/tags/v4.0.1.zip
md5sums = SKIP
md5sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index c57fd39c3008..dd2ec9ead401 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,14 @@
# Maintainer: Viraaj Basi <viraajbasi@gmail.com>
pkgname=ps3-disc-dumper-bin
-pkgver=3.3.6
-pkgrel=2
+pkgver=4.0.1
+pkgrel=1
pkgdesc="A handy utility to make decrypted PS3 disc dumps"
arch=('x86_64')
url="https://github.com/13xforever/ps3-disc-dumper"
license=('MIT')
depends=('glibc' 'zlib' 'gcc-libs')
options=('!strip')
-source=("https://github.com/13xforever/${pkgname/-bin/}/releases/download/v${pkgver}/${pkgname/-bin/}_lin64_v${pkgver}.zip"
+source=("https://github.com/13xforever/${pkgname/-bin/}/releases/download/v${pkgver}/${pkgname/-bin/}_linux_v${pkgver}.zip"
"https://github.com/13xforever/${pkgname/-bin/}/archive/refs/tags/v${pkgver}.zip")
md5sums=('SKIP' 'SKIP')