index : packages | |
Archlinux32 package modifications | gitolite user |
summaryrefslogtreecommitdiff |
author | Andreas Baumann <mail@andreasbaumann.cc> | 2018-12-14 11:54:46 +0100 |
---|---|---|
committer | Andreas Baumann <mail@andreasbaumann.cc> | 2018-12-14 11:54:46 +0100 |
commit | d08467e9f8a0d3a27d7e6880a8607ee37fe6f478 (patch) | |
tree | d45a6a17e4b9116945734f845ce96d7de0213c4b | |
parent | 500ec8d4e6dc3f4ee834c1dd9f4dc5bc43e37196 (diff) |
-rw-r--r-- | community/teeworlds/PKGBUILD | 6 |
diff --git a/community/teeworlds/PKGBUILD b/community/teeworlds/PKGBUILD new file mode 100644 index 00000000..2dc03c3f --- /dev/null +++ b/community/teeworlds/PKGBUILD @@ -0,0 +1,6 @@ +eval "$( + declare -f package | \ + sed ' + s@x86_64@x86@g + ' +)" |