diff options
author | Paul Bredbury <brebs@sent.com> | 2019-02-02 13:40:59 +0000 |
---|---|---|
committer | Leonardo Arena <rnalrd@alpinelinux.org> | 2019-02-05 14:04:37 +0000 |
commit | aeba19a3a8de4f3b011a13f9b4a464fe175f5a1b (patch) | |
tree | 0b82ab39f71839af4b259f14be38a30914c90492 /testing/sane | |
parent | 6810fea4141368b2b98a598d76619365875d7a14 (diff) | |
download | aports-aeba19a3a8de4f3b011a13f9b4a464fe175f5a1b.tar.bz2 aports-aeba19a3a8de4f3b011a13f9b4a464fe175f5a1b.tar.xz |
testing/sane: rebuild for libnetsnmp.so.35
And remove inelegant "an" wording.
Fixes:
$ apk add -i sane-backends
ERROR: unsatisfiable constraints:
so:libnetsnmp.so.30 (missing):
required by: sane-backend-magicolor-1.0.27-r1[so:libnetsnmp.so.30]
Diffstat (limited to 'testing/sane')
-rw-r--r-- | testing/sane/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/sane/APKBUILD b/testing/sane/APKBUILD index 1e8be39064..4a77e35ffe 100644 --- a/testing/sane/APKBUILD +++ b/testing/sane/APKBUILD @@ -4,8 +4,8 @@ pkgname=sane _pkgname=sane-backends pkgver=1.0.27 -pkgrel=1 -pkgdesc="Scanner Access Now Easy - an universal scanner interface" +pkgrel=2 +pkgdesc="Scanner Access Now Easy - universal scanner interface" url="http://www.sane-project.org/" arch="x86 x86_64 aarch64 armv7 armhf" license="GPL-2.0-or-later GPL-2.0-or-later-with-sane-exception Public-Domain" |