summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAlexander Kobel2024-03-13 23:54:34 +0100
committerAlexander Kobel2024-03-13 23:54:34 +0100
commitd735d4ef2277d9d8afd6025bcb2df56981d4f406 (patch)
treef2c982dbd50709beaa0badbbe6fb88a21ebabce4 /PKGBUILD
parent33a05611be8b95e36cfbb2b5c13de530e8536575 (diff)
downloadaur-sbf_flash.tar.gz
sbf_flash: download from internet archive
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index f0eba2c8be7d..ef8ead96d28f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,17 +2,17 @@
pkgname=sbf_flash
pkgver=1.24
-pkgrel=1
+pkgrel=2
pkgdesc="Linux util for flashing sbf files"
url="http://opticaldelusion.org"
arch=('i686' 'x86_64')
license=('custom')
-source=("http://dl.opticaldelusion.org/sbf_flash?attredirects=0")
+# original_source=("http://dl.opticaldelusion.org/sbf_flash?attredirects=0")
+source=(sbf_flash::'https://web.archive.org/web/20200929120918if_/http://dl.opticaldelusion.org/sbf_flash')
sha256sums=('e8bd371dd9ab4dd1a38881390b392895d3f1cfde7c8d14187b096b63a7d2b8d0')
prepare () {
cd ${srcdir}
- mv ${pkgname}"?attredirects=0" ${pkgname}
}
package () {
cd ${srcdir}