index : packages | |
Archlinux32 package modifications | gitolite user |
summaryrefslogtreecommitdiff |
author | Andreas Baumann <mail@andreasbaumann.cc> | 2021-06-30 18:19:22 +0200 |
---|---|---|
committer | Andreas Baumann <mail@andreasbaumann.cc> | 2021-06-30 18:19:22 +0200 |
commit | ed4597f79898cfd2e59dbb54b64cd0c395098301 (patch) | |
tree | e197347c5759e1a1bcfea84aea0847b942f7e444 | |
parent | a0b38d2b6a93c9c9f2f84987ec045cdd558dff2e (diff) |
-rw-r--r-- | community/fzf/PKGBUILD | 6 |
diff --git a/community/fzf/PKGBUILD b/community/fzf/PKGBUILD new file mode 100644 index 00000000..a87e74c7 --- /dev/null +++ b/community/fzf/PKGBUILD @@ -0,0 +1,6 @@ +eval "$( + declare -f package | \ + sed ' + s/amd64/i386/g + ' +)" |