diff options
author | kewl fft | 2022-02-05 11:28:49 +0000 |
---|---|---|
committer | kewl fft | 2022-02-05 11:28:49 +0000 |
commit | d0e24f073833c60e7c1b9e089b9ddbee76273e8b (patch) | |
tree | dcb30e3387fb037cedea91a34d34a3ff00d90ff3 | |
parent | 20d5873c6b8085ec53ef8554b106dc4b28d66260 (diff) | |
download | aur-d0e24f073833c60e7c1b9e089b9ddbee76273e8b.tar.gz |
Update to version 1.0.0-5
-rw-r--r-- | .SRCINFO | 4 | ||||
-rw-r--r-- | PKGBUILD | 4 |
2 files changed, 4 insertions, 4 deletions
@@ -1,13 +1,13 @@ 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 = 4 + pkgrel = 5 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-for-epson-v500-photo + depends = iscan 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 @@ -5,14 +5,14 @@ _watch=('http://support.epson.net/linux/src/scanner/iscan/') pkgname=iscan-plugin-perfection-v330 pkgver=1.0.0 -pkgrel=4 +pkgrel=5 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-for-epson-v500-photo') +depends=('iscan') 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") |