summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMuflone2017-10-16 01:32:02 +0200
committerMuflone2017-10-16 01:54:13 +0200
commitb10c05dc31180527b56331352d1702b9090b7258 (patch)
tree7fa3c906d67adfeafef22ee79806a4108947354d
parent603425043f47f62ca024ccb80003d9de91dbd2fc (diff)
downloadaur-b10c05dc31180527b56331352d1702b9090b7258.tar.gz
Updated package iscan-plugin-gt-f720 1.0.1-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD7
2 files changed, 8 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a928b9ca77ea..6da138b4d055 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,8 @@
+# Generated by mksrcinfo v8
+# Sun Oct 15 23:53:50 UTC 2017
pkgbase = iscan-plugin-gt-f720
- pkgdesc = EPSON Image Scan! plugin for Epson Perfection V30 scanner
- pkgver = 0.1.1
+ pkgdesc = EPSON Image Scan! plugin for Epson scanners (GT-F720, GT-S620, Perfection V30, Perfection V300 Photo)
+ pkgver = 1.0.1
pkgrel = 1
url = http://download.ebz.epson.net/dsc/search/01/search/?OSC=LX
install = iscan-plugin-gt-f720.install
diff --git a/PKGBUILD b/PKGBUILD
index 87b9a1ef50ba..3537d38a9458 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,9 +6,9 @@
# Contributor: Andrew Kotsyuba <avallach2000@gmail.com>
pkgname=iscan-plugin-gt-f720
-pkgver=0.1.1
+pkgver=1.0.1
pkgrel=1
-pkgdesc="EPSON Image Scan! plugin for Epson Perfection V30 scanner"
+pkgdesc="EPSON Image Scan! plugin for Epson scanners (GT-F720, GT-S620, Perfection V30, Perfection V300 Photo)"
arch=('i686' 'x86_64')
url="http://download.ebz.epson.net/dsc/search/01/search/?OSC=LX"
license=('custom:AVASYSPL')
@@ -17,6 +17,7 @@ conflicts=('iscan-plugin-gt-x720')
_plugin=${pkgname/iscan-plugin-/}
_iscan_ver=1.0.0
_plugin_rel=2
+_file_ver=0.1.1
source_i686=("https://download2.ebz.epson.net/iscan/plugin/${_plugin}/deb/x86/iscan-${_plugin}-bundle-${_iscan_ver}.x86.deb.tar.gz")
source_x86_64=("https://download2.ebz.epson.net/iscan/plugin/${_plugin}/deb/x64/iscan-${_plugin}-bundle-${_iscan_ver}.x64.deb.tar.gz")
sha256sums_i686=('594523472475bf2c822f77b3f60b78a0eaa2e0affb263e8e1a7c82b43bc94e0c')
@@ -34,7 +35,7 @@ fi
build() {
cd "iscan-${_plugin}-bundle-${_iscan_ver}.${_filearch}.deb/plugins"
- bsdtar -xf esci-interpreter-${_plugin}_${pkgver}-${_plugin_rel}_${_debarch}.deb
+ bsdtar -xf esci-interpreter-${_plugin}_${_file_ver}-${_plugin_rel}_${_debarch}.deb
bsdtar -xf data.tar.gz
gzip -fkd "usr/share/doc/esci-interpreter-${_plugin}/NEWS.gz"
}