summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorkewl fft2021-07-27 16:52:49 +0100
committerkewl fft2021-07-27 16:52:49 +0100
commit20d5873c6b8085ec53ef8554b106dc4b28d66260 (patch)
tree043fa4e318a5fe4ad7bc40f41d68d251ce6ee1b1
parent22016dfa9412ff6abc2c93c68da17062f1401a2b (diff)
downloadaur-20d5873c6b8085ec53ef8554b106dc4b28d66260.tar.gz
Update to version 1.0.0-4
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d823ebc5c2bf..7e86ea7617bf 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,17 +1,16 @@
pkgbase = iscan-plugin-perfection-v330
pkgdesc = EPSON Image Scan! plugin for Epson scanners GT-F730, GT-S630, Perfection V33, Perfection V330 Photo
pkgver = 1.0.0
- pkgrel = 3
+ pkgrel = 4
url = https://download.ebz.epson.net/dsc/search/01/search/?OSC=LX
install = iscan-plugin-perfection-v330.install
arch = i686
arch = x86_64
license = custom
- depends = iscan
+ depends = iscan-for-epson-v500-photo
source_i686 = https://download2.ebz.epson.net/iscan/plugin/perfection-v330/rpm/x86/iscan-perfection-v330-bundle-2.30.4.x86.rpm.tar.gz
sha256sums_i686 = 3e476c49f17c306fe4fb5930f2049dd3feb95673e4b5b3b13a1b4e755fba0d17
source_x86_64 = https://download2.ebz.epson.net/iscan/plugin/perfection-v330/rpm/x64/iscan-perfection-v330-bundle-2.30.4.x64.rpm.tar.gz
sha256sums_x86_64 = 118d518f7c9c3288f97988094abc5958c7840845e2c16ba7b52839ed2e01cc14
pkgname = iscan-plugin-perfection-v330
-
diff --git a/PKGBUILD b/PKGBUILD
index 4a433d97db02..6f21d4a629d7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,14 +5,14 @@ _watch=('http://support.epson.net/linux/src/scanner/iscan/')
pkgname=iscan-plugin-perfection-v330
pkgver=1.0.0
-pkgrel=3
+pkgrel=4
pkgdesc="EPSON Image Scan! plugin for Epson scanners GT-F730, GT-S630, Perfection V33, Perfection V330 Photo"
_plugin=${pkgname/iscan-plugin-/}
_iscan_ver=2.30.4
arch=('i686' 'x86_64')
url="https://download.ebz.epson.net/dsc/search/01/search/?OSC=LX"
license=('custom')
-depends=('iscan')
+depends=('iscan-for-epson-v500-photo')
install="${pkgname}.install"
source_i686=("https://download2.ebz.epson.net/iscan/plugin/perfection-v330/rpm/x86/iscan-${_plugin}-bundle-${_iscan_ver}.x86.rpm.tar.gz")
source_x86_64=("https://download2.ebz.epson.net/iscan/plugin/perfection-v330/rpm/x64/iscan-${_plugin}-bundle-${_iscan_ver}.x64.rpm.tar.gz")