summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c6ecdea7f627..20d46b1b9182 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -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
diff --git a/PKGBUILD b/PKGBUILD
index 13ffd56d26d6..b97e44f3f146 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -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" ]