Skip to content

Commit

Permalink
Fix and Update AUR Package Build (#172)
Browse files Browse the repository at this point in the history
Co-authored-by: aayush <177418358+aayushrg7@users.noreply.github.com>
Co-authored-by: Smriti Bhandari <187972284+smritics@users.noreply.github.com>
  • Loading branch information
3 people authored Dec 9, 2024
1 parent 8e8e38b commit 69adac2
Showing 1 changed file with 19 additions and 6 deletions.
25 changes: 19 additions & 6 deletions docs/installation/aur.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,14 @@
# Aur

![AUR Version](https://img.shields.io/aur/version/carch-git?style=for-the-badge&color=blue&logo=arch-linux&label=%5BAUR%5D%20carch-git&logocolor=blue)
![AUR Version](https://img.shields.io/aur/version/carch-git?style=for-the-badge&color=dbb6ed&logo=arch-linux&label=%5BAUR%5D%20carch-git&logocolor=85e185&labelColor=1c1c29)

![AUR Version](https://img.shields.io/aur/version/carch?style=for-the-badge&color=ef9f9c&logo=arch-linux&label=%5BAUR%5D%20carch&logocolor=85e185&labelColor=1c1c29)

**Carch is also available in the [AUR](https://aur.archlinux.org/) package repository.**

[Package](https://aur.archlinux.org/packages/carch-git) **`carch-git`**
[Package](https://aur.archlinux.org/packages/) **`carch`** **`carch-git`**
- [Carch](https://aur.archlinux.org/packages/carch) - Stable Build
- [Carch-Git](https://aur.archlinux.org/packages/carch-git) - Github Latest Build

You can install it using an AUR package manager.
- [`paru`](https://aur.archlinux.org/packages/paru-bin)
Expand All @@ -16,21 +20,30 @@ Select `<packager>` then


```sh [<i class="devicon-archlinux-plain"></i> paru]
paru -S carch
#or
paru -S carch-git

```

```sh [<i class="devicon-archlinuc-plain"></i> yay]
yay -S carch
#or
yay -S carch-git
```

```sh [ Package Build ]
```sh [Package Build ]
git clone https://aur.archlinux.org/carch.git
cd carch
makepkg -si
```

```sh [Git Package Build ]
git clone https://aur.archlinux.org/carch-git.git
cd carch-git
makepkg -si
```


> [!NOTE]
> To access the latest commit or updates of `Carch`, you can use the command line instead of the AUR.<br>
> The AUR package may take some time to update, so using the command line will ensure you get the latest version.
> You can use the `carch` package for stable updates with the latest release, or use the `git package` to get the most recent changes directly from the Carch GitHub repository.

0 comments on commit 69adac2

Please sign in to comment.