summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPedro Gabriel Drumond Pereira2018-08-28 00:31:25 -0300
committerPedro Gabriel Drumond Pereira2018-08-28 00:31:25 -0300
commit12be531ace224fc9e178ff8e178da7c15b274c83 (patch)
tree5db2077b7e9d0472c06700e51833eecb558fc436
parent4e806721466b4f6269027e6fe4b599ccbbc7cfef (diff)
downloadaur-12be531ace224fc9e178ff8e178da7c15b274c83.tar.gz
upgpkg: wd719x-firmware 1-4
Using web archive as source
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD5
2 files changed, 4 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c14e6cee11c1..4cda7751ef75 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,13 @@
-# Generated by mksrcinfo v8
-# Mon May 30 19:18:04 UTC 2016
pkgbase = wd719x-firmware
pkgdesc = Driver for Western Digital WD7193, WD7197 and WD7296 SCSI cards
pkgver = 1
- pkgrel = 3
+ pkgrel = 4
url = http://support.wdc.com/product/download.asp?groupid=801&sid=27&lang=en
arch = any
license = unknown
makedepends = lha
noextract = pciscsi.exe
- source = https://raw.githubusercontent.com/FadeMind/archpkgbuilds/master/AUR/customized/wd719x-firmware/pciscsi.exe
+ source = https://web.archive.org/web/20150802061047/http://support.wdc.com/download/archive/pciscsi.exe
md5sums = c5f7dc52c96e606e403751a4c482d785
pkgname = wd719x-firmware
diff --git a/PKGBUILD b/PKGBUILD
index 28d36301fd8e..cee6dfd7eed8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=wd719x-firmware
pkgver=1
-pkgrel=3
+pkgrel=4
pkgdesc="Driver for Western Digital WD7193, WD7197 and WD7296 SCSI cards"
url="http://support.wdc.com/product/download.asp?groupid=801&sid=27&lang=en"
license=('unknown')
@@ -13,7 +13,7 @@ conflicts=()
replaces=()
backup=()
md5sums=('c5f7dc52c96e606e403751a4c482d785')
-source=('https://raw.githubusercontent.com/FadeMind/archpkgbuilds/master/AUR/customized/wd719x-firmware/pciscsi.exe')
+source=('https://web.archive.org/web/20150802061047/http://support.wdc.com/download/archive/pciscsi.exe')
noextract=('pciscsi.exe')
build() {
@@ -27,4 +27,3 @@ package() {
install -Dm644 $srcdir/wd719x-risc.bin $pkgdir/usr/lib/firmware/wd719x-risc.bin
install -Dm644 $srcdir/wd719x-wcs.bin $pkgdir/usr/lib/firmware/wd719x-wcs.bin
}
-