This is an automated email from the ASF dual-hosted git repository.
paleolimbot pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/arrow-nanoarrow.git
The following commit(s) were added to refs/heads/main by this push:
new 5049da1 chore: Update Arch linux package list for release
verification (#140)
5049da1 is described below
commit 5049da1dcfe42d9725df06af0e1998ea80d7a25d
Author: Bryce Mecum <[email protected]>
AuthorDate: Wed Mar 1 16:08:11 2023 -0900
chore: Update Arch linux package list for release verification (#140)
Closes #139
---
dev/release/README.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev/release/README.md b/dev/release/README.md
index 4546a81..efa1a55 100644
--- a/dev/release/README.md
+++ b/dev/release/README.md
@@ -170,7 +170,7 @@ On Arch Linux (e.g., `docker run --rm -it
archlinux:latest`, you can install all
using `pacman`):
```bash
-pacman -S git g++ make cmake r-base gnupg curl arrow
+pacman -S git gcc make cmake r-base gnupg curl arrow
```
### Alpine Linux