mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 15:43:49 +02:00
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'
|
# Template file for 'iscan-plugin-gt-s650'
|
||||||
pkgname=iscan-plugin-gt-s650
|
pkgname=iscan-plugin-gt-s650
|
||||||
version=1.1.0
|
version=1.1.0
|
||||||
revision=1
|
revision=2
|
||||||
repository=nonfree
|
repository=nonfree
|
||||||
build_style=fetch
|
build_style=fetch
|
||||||
maintainer="Dominik Honnef <dominik@honnef.co>"
|
maintainer="Dominik Honnef <dominik@honnef.co>"
|
||||||
|
@ -9,15 +9,17 @@ depends="sane-epkowa"
|
||||||
license="AVASYS"
|
license="AVASYS"
|
||||||
homepage="http://download.ebz.epson.net/dsc/search/01/search/?OSC=LX"
|
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"
|
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
|
if [ "$XBPS_MACHINE" = "x86_64" ]; then
|
||||||
_arch=amd64
|
_arch=amd64
|
||||||
|
_hash=2bb85852bb07d419fa09653e76027ab61a7e0a95
|
||||||
checksum=442ca971cc0ebf71598047f41cb7e36eca0649eb62e324b91091360a63043df4
|
checksum=442ca971cc0ebf71598047f41cb7e36eca0649eb62e324b91091360a63043df4
|
||||||
else
|
else
|
||||||
_arch=i386
|
_arch=i386
|
||||||
|
_hash=99e341645ab8b18de2acee4eb9a79c3cca4262e2
|
||||||
checksum=453004dcf8d6bf68feb1994acd14dbf3f774d49215013568eef6037e8de24643
|
checksum=453004dcf8d6bf68feb1994acd14dbf3f774d49215013568eef6037e8de24643
|
||||||
fi
|
fi
|
||||||
distfiles="${_url}/${pkgname}_${version}-2_${_arch}.deb"
|
distfiles="${_url}/${_hash}/${pkgname}_${version}-2_${_arch}.deb"
|
||||||
only_for_archs="i686 x86_64"
|
only_for_archs="i686 x86_64"
|
||||||
|
|
||||||
do_install() {
|
do_install() {
|
||||||
|
|
Loading…
Add table
Reference in a new issue