summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorgit user2023-07-11 15:47:13 +0200
committergit user2023-07-11 15:47:13 +0200
commit40a3ec62ce2a0751691a37f5945578670b70f2a1 (patch)
tree6c8430ce383313c945da4ce0d9a340e645cba1fd
parent0cb3f0404226f526cf606049c33871249a4f6045 (diff)
downloadaur-40a3ec62ce2a0751691a37f5945578670b70f2a1.tar.gz
Corrected the URL of the information PDF (it has changed).
-rw-r--r--.SRCINFO9
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 55e37c651ba5..016d8d9677f2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,15 @@
pkgbase = icc-eizo-l985ex
pkgdesc = ICC profile for Eizo FlexScan L985EX monitor
pkgver = 2002_09
- pkgrel = 1
- url = http://www.eizoglobal.com/support/db/files/catalogs/lcd/bro_FlexScanL985EX.pdf
+ pkgrel = 2
+ url = https://www.eizoglobal.com/support/db/files/manuals/umeng/L985ex-en-c.pdf
arch = any
license = Custom
source = Eizo_FlexScan_L985EX.icc
- source = Eizo_FlexScan_L985EX-infosheet.pdf::http://www.eizoglobal.com/support/db/files/catalogs/lcd/bro_FlexScanL985EX.pdf
+ source = Eizo_FlexScan_L985EX-infosheet.pdf::https://www.eizoglobal.com/support/db/files/manuals/umeng/L985ex-en-c.pdf
source = copyright.txt
sha256sums = f93cf1f9fd88028dc043fc6fe3b058788f3f80cd5f05ba6e2b53adf4d05fcbaa
- sha256sums = c42aed526bd9bf7882fb0671394d6dafb8dfc6a7861c9e449b4a9be249fc1a70
+ sha256sums = bb369709fa2a8828fdf7cc1278c1d1429e0412f27080f30aeacfa32893c26d40
sha256sums = 87b2c994c2320c23a75514b49c2e438a3fb9414c5077cd871bfe1e628e34f752
pkgname = icc-eizo-l985ex
-
diff --git a/PKGBUILD b/PKGBUILD
index 402a490741ac..b4c5ed65cf7b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,10 +3,10 @@
_pkgname="icc-eizo-l985ex"
pkgname="${_pkgname}"
pkgver=2002_09
-pkgrel=1
+pkgrel=2
pkgdesc="ICC profile for Eizo FlexScan L985EX monitor"
arch=('any')
-url="http://www.eizoglobal.com/support/db/files/catalogs/lcd/bro_FlexScanL985EX.pdf"
+url="https://www.eizoglobal.com/support/db/files/manuals/umeng/L985ex-en-c.pdf"
license=('Custom')
source=(
"Eizo_FlexScan_L985EX.icc"
@@ -15,7 +15,7 @@ source=(
)
sha256sums=(
'f93cf1f9fd88028dc043fc6fe3b058788f3f80cd5f05ba6e2b53adf4d05fcbaa'
- 'c42aed526bd9bf7882fb0671394d6dafb8dfc6a7861c9e449b4a9be249fc1a70'
+ 'bb369709fa2a8828fdf7cc1278c1d1429e0412f27080f30aeacfa32893c26d40'
'87b2c994c2320c23a75514b49c2e438a3fb9414c5077cd871bfe1e628e34f752'
)