diff options
| author | Leo <thinkabit.ukim@gmail.com> | 2019-08-22 23:31:16 -0300 |
|---|---|---|
| committer | Leo <thinkabit.ukim@gmail.com> | 2019-08-22 23:31:16 -0300 |
| commit | 359a095da0eea19b5ff7db17e55be56d7c036ca8 (patch) | |
| tree | a4203f4faf13013251ad27b7bde8555da17d5b7e | |
| parent | 6dc625421bcf3d871fda9f0adca6da373efa2132 (diff) | |
| download | aports-359a095da0eea19b5ff7db17e55be56d7c036ca8.tar.bz2 aports-359a095da0eea19b5ff7db17e55be56d7c036ca8.tar.xz | |
community/sane: fix backends on x86*
| -rw-r--r-- | community/sane/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/community/sane/APKBUILD b/community/sane/APKBUILD index fbf3c729c4..550b5b5a36 100644 --- a/community/sane/APKBUILD +++ b/community/sane/APKBUILD @@ -4,7 +4,7 @@ pkgname=sane _pkgname=sane-backends pkgver=1.0.28 -pkgrel=0 +pkgrel=1 pkgdesc="Scanner Access Now Easy - universal scanner interface" url="http://www.sane-project.org/" arch="all" @@ -27,7 +27,7 @@ _backends="abaton agfafocus apple artec artec_eplus48u as6e avision bh canon case "$CARCH" in x86*) - _backends="$qcam canon_pp hpsj5s mustek_pp" + _backends="$_backends qcam canon_pp hpsj5s mustek_pp" makedepends="$makedepends libieee1284-dev" ;; esac |
