index : packages | |
Archlinux32 package modifications | gitolite user |
summaryrefslogtreecommitdiff |
author | Andreas Baumann <mail@andreasbaumann.cc> | 2018-09-17 13:22:17 +0200 |
---|---|---|
committer | Andreas Baumann <mail@andreasbaumann.cc> | 2018-09-17 13:22:17 +0200 |
commit | 9263c9595ea4dfa367043f9c64673633c3b42164 (patch) | |
tree | 6e51474a53b2b3e53cb3d0214949de2602636a03 /community | |
parent | 8b76109c7262ca1040299d93c97f71f6402e2904 (diff) | |
parent | 23effdfece71d58cbb953fe6e6060e4674cb009a (diff) |
-rw-r--r-- | community/rxvt-unicode/PKGBUILD | 11 |
diff --git a/community/rxvt-unicode/PKGBUILD b/community/rxvt-unicode/PKGBUILD new file mode 100644 index 00000000..c0fd8143 --- /dev/null +++ b/community/rxvt-unicode/PKGBUILD @@ -0,0 +1,11 @@ +unset arch +eval "$( + declare -f package_rxvt-unicode | \ + sed ' + 2 a arch=(i486 i686 pentium3 x86_64) + ' + declare -f package_rxvt-unicode-terminfo | \ + sed ' + 2 a arch=(any) + ' +)" |