diff options
author | Peter Hofmann | 2020-10-11 17:25:38 +0200 |
---|---|---|
committer | Peter Hofmann | 2020-10-11 17:25:38 +0200 |
commit | 31629cb622fe07dd9a588af8a18195d937e99676 (patch) | |
tree | 2788db394df196e1f1e0c30b0c7d92dbde9b083b | |
parent | 0030364148ff0b5976e4e8761eea3ea40fa03f6e (diff) | |
download | aur-31629cb622fe07dd9a588af8a18195d937e99676.tar.gz |
Bump checksums
The archive we download consists of multiple sub-archives. We only use
one of them and that one hasn't changed.
-rw-r--r-- | .SRCINFO | 6 | ||||
-rw-r--r-- | PKGBUILD | 6 |
2 files changed, 6 insertions, 6 deletions
@@ -1,7 +1,7 @@ pkgbase = iscan-plugin-gt-s600 pkgdesc = iscan plugin for Epson Perfection V10. pkgver = 2.1.3 - pkgrel = 1 + pkgrel = 2 url = http://download.ebz.epson.net/dsc/search/01/search/?OSC=LX install = gt-s600.install arch = i686 @@ -9,9 +9,9 @@ pkgbase = iscan-plugin-gt-s600 license = custom:AVASYS depends = iscan source_i686 = https://download2.ebz.epson.net/iscan/plugin/gt-s600/rpm/x86/iscan-gt-s600-bundle-2.30.4.x86.rpm.tar.gz - sha1sums_i686 = effac37aa3b91b6903079ad8bab68e6e293afbf2 + sha1sums_i686 = cf5064824334fd6ac9486527b4ff18ab34dc10bb source_x86_64 = https://download2.ebz.epson.net/iscan/plugin/gt-s600/rpm/x64/iscan-gt-s600-bundle-2.30.4.x64.rpm.tar.gz - sha1sums_x86_64 = 87c602cbf7bc0550491fc0c107925d007dc8c012 + sha1sums_x86_64 = 455e2c4733298c8a9120223ba67b4c9a8ee4cd75 pkgname = iscan-plugin-gt-s600 @@ -3,7 +3,7 @@ pkgname=iscan-plugin-gt-s600 pkgver=2.1.3 -pkgrel=1 +pkgrel=2 _bundlever=2.30.4 pkgdesc="iscan plugin for Epson Perfection V10." arch=('i686' 'x86_64') @@ -13,8 +13,8 @@ depends=('iscan') install=gt-s600.install source_x86_64=(https://download2.ebz.epson.net/iscan/plugin/gt-s600/rpm/x64/iscan-gt-s600-bundle-$_bundlever.x64.rpm.tar.gz) source_i686=(https://download2.ebz.epson.net/iscan/plugin/gt-s600/rpm/x86/iscan-gt-s600-bundle-$_bundlever.x86.rpm.tar.gz) -sha1sums_x86_64=('87c602cbf7bc0550491fc0c107925d007dc8c012') -sha1sums_i686=('effac37aa3b91b6903079ad8bab68e6e293afbf2') +sha1sums_x86_64=('455e2c4733298c8a9120223ba67b4c9a8ee4cd75') +sha1sums_i686=('cf5064824334fd6ac9486527b4ff18ab34dc10bb') package() { if [ "$CARCH" = "i686" ] |