iscan-plugin-gt-s650: fix i386 build
This commit is contained in:
parent
33145a024b
commit
928709813a
1 changed files with 5 additions and 3 deletions
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'iscan-plugin-gt-s650'
|
||||
pkgname=iscan-plugin-gt-s650
|
||||
version=1.1.0
|
||||
revision=1
|
||||
revision=2
|
||||
repository=nonfree
|
||||
build_style=fetch
|
||||
maintainer="Dominik Honnef <dominik@honnef.co>"
|
||||
|
@ -9,15 +9,17 @@ depends="sane-epkowa"
|
|||
license="AVASYS"
|
||||
homepage="http://download.ebz.epson.net/dsc/search/01/search/?OSC=LX"
|
||||
short_desc="Epson scanner plugin for GT-S650, Epson Perfection V19 and Epson Perfection V39"
|
||||
_url="https://download3.ebz.epson.net/dsc/f/03/00/03/51/35/2bb85852bb07d419fa09653e76027ab61a7e0a95"
|
||||
_url="https://download3.ebz.epson.net/dsc/f/03/00/03/51/35/"
|
||||
if [ "$XBPS_MACHINE" = "x86_64" ]; then
|
||||
_arch=amd64
|
||||
_hash=2bb85852bb07d419fa09653e76027ab61a7e0a95
|
||||
checksum=442ca971cc0ebf71598047f41cb7e36eca0649eb62e324b91091360a63043df4
|
||||
else
|
||||
_arch=i386
|
||||
_hash=99e341645ab8b18de2acee4eb9a79c3cca4262e2
|
||||
checksum=453004dcf8d6bf68feb1994acd14dbf3f774d49215013568eef6037e8de24643
|
||||
fi
|
||||
distfiles="${_url}/${pkgname}_${version}-2_${_arch}.deb"
|
||||
distfiles="${_url}/${_hash}/${pkgname}_${version}-2_${_arch}.deb"
|
||||
only_for_archs="i686 x86_64"
|
||||
|
||||
do_install() {
|
||||
|
|
Loading…
Add table
Reference in a new issue