summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMuflone2017-11-01 19:39:46 +0100
committerMuflone2017-11-01 19:39:46 +0100
commitc090b8ef7d204791d7789d443c126161ce2fb500 (patch)
tree2a9c2ae8f2ed5e1277d6539c9a3bc44e1f0a3d4b
parentf8aaa45747d93cb40bd1c7995b35d0a1e346533d (diff)
downloadaur-c090b8ef7d204791d7789d443c126161ce2fb500.tar.gz
Updated package iscan-plugin-perfection-v370 1.0.1-2
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD6
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b72ceae5fdc2..94617a1affd7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Wed Nov 1 18:14:00 UTC 2017
+# Wed Nov 1 18:39:10 UTC 2017
pkgbase = iscan-plugin-perfection-v370
pkgdesc = EPSON Image Scan! plugin for Epson scanners (GT-F740, GT-S640, Perfection V37, Perfection V370)
pkgver = 1.0.1
- pkgrel = 1
+ pkgrel = 2
url = http://download.ebz.epson.net/dsc/search/01/search/?OSC=LX
install = iscan-plugin-perfection-v370.install
arch = i686
diff --git a/PKGBUILD b/PKGBUILD
index 1852bd65bc58..f0f1b8d50aa3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,14 +3,14 @@
pkgname=iscan-plugin-perfection-v370
pkgver=1.0.1
-pkgrel=1
+pkgrel=2
pkgdesc="EPSON Image Scan! plugin for Epson scanners (GT-F740, GT-S640, Perfection V37, Perfection V370)"
arch=('i686' 'x86_64')
url="http://download.ebz.epson.net/dsc/search/01/search/?OSC=LX"
license=('custom:AVASYSPL')
depends=('iscan' 'iscan-data')
_plugin=${pkgname/iscan-plugin-/}
-_iscan_ver=${pkgver}
+_iscan_ver=1.0.1
_plugin_rel=2
_file_ver=1.0.0
source_i686=("https://download2.ebz.epson.net/iscan/plugin/${_plugin}/deb/x86/iscan-${_plugin}-bundle-${_iscan_ver}.x86.deb.tar.gz")
@@ -30,7 +30,7 @@ fi
build() {
cd "iscan-${_plugin}-bundle-${_iscan_ver}.${_filearch}.deb/plugins"
- bsdtar -xf "iscan-plugin-${_plugin}_${_file_ver}-${_plugin_rel}_${_debarch}.deb"
+ bsdtar -xf "${pkgname}_${_file_ver}-${_plugin_rel}_${_debarch}.deb"
bsdtar -xf data.tar.gz
gzip -fkd "usr/share/doc/${pkgname}/NEWS.gz"
}