index : packages | |
Archlinux32 package modifications | gitolite user |
summaryrefslogtreecommitdiff |
author | Andreas Baumann <mail@andreasbaumann.cc> | 2021-04-12 19:39:32 +0200 |
---|---|---|
committer | Andreas Baumann <mail@andreasbaumann.cc> | 2021-04-12 19:39:32 +0200 |
commit | 715a4bad681917c61a1da1fcd75b002caab59118 (patch) | |
tree | 0c6488a2dec7446490e122e72e799db0b6e20ef3 /extra | |
parent | 295f6b35ca2b39c23712b123fadcc915998b8885 (diff) |
-rw-r--r-- | extra/cups-filter/PKGBUILD | 6 |
diff --git a/extra/cups-filter/PKGBUILD b/extra/cups-filter/PKGBUILD new file mode 100644 index 00000000..0e244321 --- /dev/null +++ b/extra/cups-filter/PKGBUILD @@ -0,0 +1,6 @@ +# on i486 we add avahi manually for now (TODO: which package is adding +# it indirectly?) +if [ "$CARCH" = 'i486' ]; then + makedepends+=(avahi) +fi + |