summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorViraaj Basi2024-02-09 16:17:29 +0000
committerViraaj Basi2024-02-09 16:17:29 +0000
commitd8f5a695ebd8cc3974314334866866e9a5f389f2 (patch)
tree2a3cc740356fe47da73cebb0f088d2aa6e1d7801
parent81b130b15eb022e0dbf5bb477598788a9a2ba368 (diff)
downloadaur-d8f5a695ebd8cc3974314334866866e9a5f389f2.tar.gz
fixed download url
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3024fd289d73..1cece872c40c 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 = 4.1.3
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/13xforever/ps3-disc-dumper
arch = x86_64
license = MIT
@@ -9,7 +9,7 @@ pkgbase = ps3-disc-dumper-bin
depends = zlib
depends = gcc-libs
options = !strip
- source = https://github.com/13xforever/ps3-disc-dumper/releases/download/v4.1.3/ps3-disc-dumper_linux_v4.1.3.zip
+ source = https://github.com/13xforever/ps3-disc-dumper/releases/download/v4.1.3/ps3-disc-dumper_linux_v4.1.3r2.zip
source = https://github.com/13xforever/ps3-disc-dumper/archive/refs/tags/v4.1.3.zip
source = ps3-disc-dumper.desktop
md5sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 60df4557c48d..e29fdc12f94d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,14 @@
# Maintainer: Viraaj Basi <viraajbasi@gmail.com>
pkgname=ps3-disc-dumper-bin
pkgver=4.1.3
-pkgrel=1
+pkgrel=2
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/}_linux_v${pkgver}.zip"
+source=("https://github.com/13xforever/${pkgname/-bin/}/releases/download/v${pkgver}/${pkgname/-bin/}_linux_v${pkgver}r2.zip"
"https://github.com/13xforever/${pkgname/-bin/}/archive/refs/tags/v${pkgver}.zip"
"ps3-disc-dumper.desktop")
md5sums=('SKIP' 'SKIP' 'SKIP')